feat: 更新 用户服务的api-docs,更新poa-api-docs-installer 镜像版本 1.1.1-SNAPSHOT
author刘洪青 <hongqing.liu@supwisdom.com>
Fri, 1 Jan 2021 04:15:55 +0000 (12:15 +0800)
committer刘洪青 <hongqing.liu@supwisdom.com>
Fri, 1 Jan 2021 04:15:55 +0000 (12:15 +0800)
deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/9.poa-api-docs-installer.yaml
poa-api-docs/api-docs/user-data-service-poa.v1.yaml
poa-api-docs/docker-build.sh

index 014538d..45559ee 100644 (file)
@@ -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:
index 7802535..7029cc7 100644 (file)
@@ -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)
index f9beb20..4ea6036 100755 (executable)
@@ -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