兼容旧版本数据,后台操作货币类型用WalletCurrencyType,usd操作数量存储字段diamond_num
This commit is contained in:
@@ -2528,9 +2528,9 @@ public class Constant {
|
||||
}
|
||||
|
||||
public static class WalletCurrencyType {
|
||||
public static final Byte gold = 0; // 金币
|
||||
public static final Byte gold = 0; // 金币 现为钻石
|
||||
public static final Byte radish = 1; // 水晶
|
||||
public static final Byte diamonds = 2; //钻石
|
||||
public static final Byte diamonds = 2; //钻石 现为金币
|
||||
public static final Byte usd = 4;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user