|
|
@@ -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": "多个逗号隔开" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|