邀请码注册ip限制

This commit is contained in:
2024-12-24 16:12:05 +08:00
parent 06b76f5ee2
commit 2cfc8dc26e
6 changed files with 54 additions and 8 deletions

View File

@@ -430,7 +430,7 @@ public enum BusiStatus {
**/
INVITE_CODE_INVALID(211184, "邀請碼不存在"),
INVITE_CODE_DEVICE_DUPLICATED(211185, "該設備已填寫過邀請碼"),
INVITE_CODE_IP_DUPLICATED(211185, "設備已填寫過邀請碼"),
INVITE_CODE_IP_DUPLICATED(211185, "設備地址已填寫過邀請碼"),
TIME_OUT_TO_REFILL_INVITE_CODE(211186, "超出不填時間,無法補填邀請碼"),
/**
@@ -839,9 +839,9 @@ public enum BusiStatus {
INVITE_TIME_OUT(500, "邀请过期啦!"),
AT_LEAST_ONE_CARD(5210 , " Please select at least one tarot card "),
CHARGE_PROD_NOT_ALLOWED(5211 , " The product has been taken down and cannot be recharged "),
TAROT_CHARGE_LIMIT(5212 , " Today, Lucky Tarot recharge consumption has reached its limit "),
AT_LEAST_ONE_CARD(5210, " Please select at least one tarot card "),
CHARGE_PROD_NOT_ALLOWED(5211, " The product has been taken down and cannot be recharged "),
TAROT_CHARGE_LIMIT(5212, " Today, Lucky Tarot recharge consumption has reached its limit "),
PARTITION_ERROR(500, "暂不可用"),
PARTITION_ERROR_INTO_ROOM(500, "因區域不同,你無法進入該房間"),