diff --git a/docs/docs.go b/docs/docs.go index db4402c..4f969ee 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -6847,7 +6847,7 @@ const docTemplate = `{ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UserManagementUserInfoReq" + "$ref": "#/definitions/md.UserManagementUserInfoCancelReq" } } ], @@ -16227,11 +16227,25 @@ const docTemplate = `{ } } }, + "md.UserManagementUserInfoCancelReq": { + "type": "object", + "properties": { + "uid": { + "type": "string", + "example": "多个逗号隔开" + } + } + }, "md.UserManagementUserInfoReq": { "type": "object", "properties": { + "parent_uid": { + "type": "string", + "example": "参考下智莺 保留关系时候的选择用户" + }, "uid": { - "type": "string" + "type": "string", + "example": "多个逗号隔开" } } }, diff --git a/docs/swagger.json b/docs/swagger.json index 98e7379..06af72f 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -6839,7 +6839,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UserManagementUserInfoReq" + "$ref": "#/definitions/md.UserManagementUserInfoCancelReq" } } ], @@ -16219,11 +16219,25 @@ } } }, + "md.UserManagementUserInfoCancelReq": { + "type": "object", + "properties": { + "uid": { + "type": "string", + "example": "多个逗号隔开" + } + } + }, "md.UserManagementUserInfoReq": { "type": "object", "properties": { + "parent_uid": { + "type": "string", + "example": "参考下智莺 保留关系时候的选择用户" + }, "uid": { - "type": "string" + "type": "string", + "example": "多个逗号隔开" } } }, diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 4d1a6d6..fbee1ac 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -4899,9 +4899,19 @@ definitions: description: 微信号 type: string type: object + md.UserManagementUserInfoCancelReq: + properties: + uid: + example: 多个逗号隔开 + type: string + type: object md.UserManagementUserInfoReq: properties: + parent_uid: + example: 参考下智莺 保留关系时候的选择用户 + type: string uid: + example: 多个逗号隔开 type: string type: object md.UserRealName: @@ -9802,7 +9812,7 @@ paths: name: req required: true schema: - $ref: '#/definitions/md.UserManagementUserInfoReq' + $ref: '#/definitions/md.UserManagementUserInfoCancelReq' produces: - application/json responses: