feat(破解封号): 添加接口参数校验

This commit is contained in:
zhangxk
2023-07-07 16:32:01 +08:00
committed by luying
parent c5cb462d86
commit 39b6273a8b

View File

@@ -558,6 +558,9 @@ export class NormalBattleHandler {
* @returns
*/
async blockByRecordBattleCheat(roleId: string, type: number) {
if(roleId == undefined || type == undefined){
return;
}
if (type && type === CHECT_BATTLE_TYPE) {
// console.log("blockByRecordBattleCheat----type=", type);
return;