Ver código fonte

会员加入回收站

会员删除
master
huangjiajun 6 dias atrás
pai
commit
05ef4ce1c1
3 arquivos alterados com 43 adições e 5 exclusões
  1. +16
    -2
      docs/docs.go
  2. +16
    -2
      docs/swagger.json
  3. +11
    -1
      docs/swagger.yaml

+ 16
- 2
docs/docs.go Ver arquivo

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


+ 16
- 2
docs/swagger.json Ver arquivo

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


+ 11
- 1
docs/swagger.yaml Ver arquivo

@@ -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:


Carregando…
Cancelar
Salvar