v1.1:首充奖励 google配置
This commit is contained in:
@@ -391,6 +391,8 @@ public class Constant {
|
||||
public static final String wx_pub2_h5 = "wx_pub2_h5";
|
||||
// google play billing
|
||||
public static final String google_play_billing = "google_play_billing";
|
||||
// payermax
|
||||
public static final String payermax = "payermax";
|
||||
}
|
||||
|
||||
public static class DepositStatus {
|
||||
@@ -5532,7 +5534,11 @@ public class Constant {
|
||||
* @since v5.0.0
|
||||
*/
|
||||
public static class ChargeProdChannel {
|
||||
// 自定义充值
|
||||
public static final Byte google_charge = 1;
|
||||
public static final Byte google_vip = 2;
|
||||
|
||||
public static final Byte first_charge = 3;
|
||||
// 自定义充值
|
||||
public static final Byte custom_charge = 12;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user