This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_admin
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
shenjiachi
1 month ago
parent
c0aec2b5bd
commit
58478f0adc
3 changed files
with
22 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
docs/docs.go
+8
-0
docs/swagger.json
+6
-0
docs/swagger.yaml
+ 8
- 0
docs/docs.go
View File
@@ -7775,6 +7775,14 @@ const docTemplate = `{
}
]
},
"state_list": {
"description": "状态列表",
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
}
},
"tags_list": {
"description": "标签列表",
"type": "array",
+ 8
- 0
docs/swagger.json
View File
@@ -7768,6 +7768,14 @@
}
]
},
"state_list": {
"description": "状态列表",
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
}
},
"tags_list": {
"description": "标签列表",
"type": "array",
+ 6
- 0
docs/swagger.yaml
View File
@@ -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:
Write
Preview
Loading…
Cancel
Save