feat(稷下学宫): 新增初始角色卡刷新接口

This commit is contained in:
zhangxk
2023-09-13 17:02:00 +08:00
parent 3500e32054
commit 3085f7f3aa
3 changed files with 38 additions and 1 deletions
+6 -1
View File
@@ -878,7 +878,12 @@ export function checkRouteParam(route: string, msg: any) {
if (!checkNaturalNumbers(type, grade)) return false;
break;
}
case "battle.rougeHandler.refreshInitCharaCard":
{
let { gameCode } = msg
if (!checkNaturalStrings(gameCode)) return false;
break;
}
case "battle.rougeHandler.startGame":
{
let { gameCode, authorType } = msg;