加密:增加可以选择不加密
This commit is contained in:
@@ -161,4 +161,8 @@ export function isCheckWord(isDevelop = false) {
|
||||
|
||||
export function canPay() {
|
||||
return gameData.serverConst.CAN_PAY === 1;
|
||||
}
|
||||
|
||||
export function isSkipEncode(isDevelop = false) {
|
||||
return gameData.serverConst.SKIP_ENCODE === 1 && isDevelop;
|
||||
}
|
||||
Reference in New Issue
Block a user