✨ feat(稷下学宫): 新增初始角色卡刷新接口
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user