From: 刘洪青 Date: Fri, 1 Jan 2021 04:15:55 +0000 (+0800) Subject: feat: 更新 用户服务的api-docs,更新poa-api-docs-installer 镜像版本 1.1.1-SNAPSHOT X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=83c44f356f480707fd5762654cf2ac48eb89bf02;p=institute%2Fdeploy-authx-service.git feat: 更新 用户服务的api-docs,更新poa-api-docs-installer 镜像版本 1.1.1-SNAPSHOT --- diff --git a/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/9.poa-api-docs-installer.yaml b/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/9.poa-api-docs-installer.yaml index 014538d..45559ee 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/9.poa-api-docs-installer.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/9.poa-api-docs-installer.yaml @@ -36,7 +36,7 @@ spec: containers: - name: poa-api-docs-installer # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/authx-service/poa-api-docs-installer:1.1.0-SNAPSHOT + image: harbor.supwisdom.com/authx-service/poa-api-docs-installer:1.1.1-SNAPSHOT imagePullPolicy: Always envFrom: - configMapRef: diff --git a/poa-api-docs/api-docs/user-data-service-poa.v1.yaml b/poa-api-docs/api-docs/user-data-service-poa.v1.yaml index 7802535..7029cc7 100644 --- a/poa-api-docs/api-docs/user-data-service-poa.v1.yaml +++ b/poa-api-docs/api-docs/user-data-service-poa.v1.yaml @@ -2396,25 +2396,28 @@ components: title: 姓名简拼,根据姓名生成 type: string email: - title: 邮箱(注意不是安全邮箱) + title: 邮箱(注意不是安全邮箱)(弃用) type: string phoneNumber: - title: 手机号(注意不是安全手机) + title: 手机号(注意不是安全手机)(弃用) type: string imageUrl: + title: 个人照片地址(弃用) + type: string + portraitUrl: title: 个人照片地址 type: string certificateTypeId: - title: 证件类型(ID) + title: 证件类型(ID)(弃用) type: string certificateTypeCode: - title: 证件类型(代码) + title: 证件类型(代码)(弃用) type: string certificateTypeName: - title: 证件类型(名称) + title: 证件类型(名称)(弃用) type: string certificateNumber: - title: 证件号码 + title: 证件号码(弃用) type: string genderId: title: 性别(ID) diff --git a/poa-api-docs/docker-build.sh b/poa-api-docs/docker-build.sh index f9beb20..4ea6036 100755 --- a/poa-api-docs/docker-build.sh +++ b/poa-api-docs/docker-build.sh @@ -8,7 +8,7 @@ IMAGE_SERVER="harbor.supwisdom.com" IMAGE_PREFIX="authx-service" NAME="poa-api-docs-installer" -VERSION="1.1.0-SNAPSHOT" +VERSION="1.1.1-SNAPSHOT" function build @@ -52,4 +52,4 @@ case $COMMAND in ;; esac -exit 0 \ No newline at end of file +exit 0