feat(37): 根据子包信息获取大区地址的接口和后台

This commit is contained in:
liangtongchuan
2023-03-28 17:01:35 +08:00
parent ee1df7984c
commit f7344aed85
9 changed files with 212 additions and 0 deletions

View File

@@ -950,5 +950,27 @@
"name": "武将所有装备强化、升品、升星到当前最高",
"module": "user",
"type": "update"
},
{
"id": 137,
"api": "/api/game/getpackages",
"name": "获取大区的子包",
"module": "server",
"type": "find"
},
{
"id": 138,
"api": "/api/game/createnewpackage",
"name": "创建一个新的子包",
"module": "server",
"type": "find"
},
{
"id": 139,
"api": "/api/game/editpackage",
"name": "编辑子包",
"module": "server",
"type": "find"
}
]