From 83c44f356f480707fd5762654cf2ac48eb89bf02 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Fri, 1 Jan 2021 12:15:55 +0800 Subject: [PATCH] =?utf8?q?feat:=20=E6=9B=B4=E6=96=B0=20=E7=94=A8=E6=88=B7?= =?utf8?q?=E6=9C=8D=E5=8A=A1=E7=9A=84api-docs=EF=BC=8C=E6=9B=B4=E6=96=B0po?= =?utf8?q?a-api-docs-installer=20=E9=95=9C=E5=83=8F=E7=89=88=E6=9C=AC=201.?= =?utf8?q?1.1-SNAPSHOT?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../0.authx-service/9.poa-api-docs-installer.yaml | 2 +- .../api-docs/user-data-service-poa.v1.yaml | 15 +++++++++------ poa-api-docs/docker-build.sh | 4 ++-- 3 files changed, 12 insertions(+), 9 deletions(-) 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 -- 2.17.1