v1.1:首充奖励 google配置

This commit is contained in:
2022-10-09 20:49:10 +08:00
parent 2f6669abe0
commit b5e4e19c58
3 changed files with 11 additions and 5 deletions

View File

@@ -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;
}