feat: 更新 用户服务的api-docs,更新poa-api-docs-installer 镜像版本 1.1.1-SNAPSHOT
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 @@
           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_PREFIX="authx-service"
 
 NAME="poa-api-docs-installer"
-VERSION="1.1.0-SNAPSHOT"
+VERSION="1.1.1-SNAPSHOT"
 
 
 function build
@@ -52,4 +52,4 @@
   ;;
 esac
 
-exit 0
\ No newline at end of file
+exit 0