本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
EggPlanet
/
egg_admin
關注
3
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
update
master
shenjiachi
13 小時之前
父節點
425e706e69
當前提交
79f5d86849
共有
3 個檔案被更改
,包括
3 行新增
和
11 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-4
docs/docs.go
+1
-4
docs/swagger.json
+1
-3
docs/swagger.yaml
+ 1
- 4
docs/docs.go
查看文件
@@ -4137,10 +4137,7 @@ const docTemplate = `{
},
"user_hold_total_nums": {
"description": "用户持有总量",
"type": "object",
"additionalProperties": {
"type": "string"
}
"type": "string"
}
}
},
+ 1
- 4
docs/swagger.json
查看文件
@@ -4130,10 +4130,7 @@
},
"user_hold_total_nums": {
"description": "用户持有总量",
"type": "object",
"additionalProperties": {
"type": "string"
}
"type": "string"
}
}
},
+ 1
- 3
docs/swagger.yaml
查看文件
@@ -771,10 +771,8 @@ definitions:
example: 星球价值
type: string
user_hold_total_nums:
additionalProperties:
type: string
description: 用户持有总量
type:
object
type: string
type: object
md.GetEggEnergyBasicResp:
properties:
Write
Preview
Loading…
取消
儲存