diff --git a/docs/docs.go b/docs/docs.go index 1d6fa26..ae12dbf 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -7775,6 +7775,14 @@ const docTemplate = `{ } ] }, + "state_list": { + "description": "状态列表", + "type": "array", + "items": { + "type": "object", + "additionalProperties": true + } + }, "tags_list": { "description": "标签列表", "type": "array", diff --git a/docs/swagger.json b/docs/swagger.json index b0352be..7051ad9 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -7768,6 +7768,14 @@ } ] }, + "state_list": { + "description": "状态列表", + "type": "array", + "items": { + "type": "object", + "additionalProperties": true + } + }, "tags_list": { "description": "标签列表", "type": "array", diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 2b17f38..830f077 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -2802,6 +2802,12 @@ definitions: allOf: - $ref: '#/definitions/applet_app_md_member_center.Paginate' description: 分页信息 + state_list: + description: 状态列表 + items: + additionalProperties: true + type: object + type: array tags_list: description: 标签列表 items: