From 05ef4ce1c14cb5e04cca7cb55a1415372ef2a132 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Thu, 12 Dec 2024 09:42:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98=E5=8A=A0=E5=85=A5=E5=9B=9E?= =?UTF-8?q?=E6=94=B6=E7=AB=99=20=E4=BC=9A=E5=91=98=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs.go | 18 ++++++++++++++++-- docs/swagger.json | 18 ++++++++++++++++-- docs/swagger.yaml | 12 +++++++++++- 3 files changed, 43 insertions(+), 5 deletions(-) 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: