이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
EggPlanet
/
egg_admin
보기
3
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
update
master
shenjiachi
1 개월 전
부모
c0aec2b5bd
커밋
58478f0adc
3개의 변경된 파일
과
22개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
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
파일 보기
@@ -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
파일 보기
@@ -7768,6 +7768,14 @@
}
]
},
"state_list": {
"description": "状态列表",
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
}
},
"tags_list": {
"description": "标签列表",
"type": "array",
+ 6
- 0
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:
쓰기
미리보기
불러오는 중...
취소
저장