このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
EggPlanet
/
egg_admin
ウォッチ
3
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
update
master
shenjiachi
1ヶ月前
親
c0aec2b5bd
コミット
58478f0adc
3個のファイルの変更
、
22行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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:
書き込み
プレビュー
読み込み中…
キャンセル
保存