系统:登录游戏前客户端版本号校验

This commit is contained in:
qiaoxin
2021-07-16 15:38:26 +08:00
parent 4df19fe90e
commit 4d1723b5c2
4 changed files with 28 additions and 13 deletions

View File

@@ -10,6 +10,8 @@ export const TEL_ENCRYPT_KEY = 'fiqaxijabbantusm';
export const DEBUG_MAGIC_WORD = 'zyz666server518';
export const CLIENT_VERSION = 1;//客户端最低版本号
export const AUTH_SMS_CNT_PER_DAY = 8;
export const ADULT_AGE = 18;