docs: 更新poa api-docs yaml
diff --git a/poa-api-docs/api-docs/user-authorization-service-poa.v1.yaml b/poa-api-docs/api-docs/user-authorization-service-poa.v1.yaml
index aa27cdf..2f0af3d 100644
--- a/poa-api-docs/api-docs/user-authorization-service-poa.v1.yaml
+++ b/poa-api-docs/api-docs/user-authorization-service-poa.v1.yaml
@@ -166,7 +166,7 @@
           schema:
             type: string
         - name: groupType
-          in: path
+          in: query
           required: false
           description: 用户组类型(1 普通,2 岗位)
           schema:
@@ -333,6 +333,7 @@
     
     ErrorResponse:
       title: '异常响应'
+      type: object
       required:
         - code
         - message
@@ -473,6 +474,7 @@
 
     AbstractApiResponse:
       title: 响应
+      type: object
       properties:
         acknowleged:
           title: 响应结果(废弃,请使用code)