|
@@ -18,12 +18,12 @@ public enum PayDeviceEnum {
|
|
|
/**
|
|
|
* Pc端支付
|
|
|
*/
|
|
|
- PC_PAY(1, "pc", "Pc端支付"),
|
|
|
+ PC_PAY(1, "pc", "Pc二维码支付"),
|
|
|
|
|
|
/**
|
|
|
* h5支付
|
|
|
*/
|
|
|
- H5_PAY(2, "h5", "Wap端h5支付"),
|
|
|
+ H5_PAY(2, "h5", "h5支付"),
|
|
|
|
|
|
/**
|
|
|
* App支付
|
|
@@ -33,12 +33,12 @@ public enum PayDeviceEnum {
|
|
|
/**
|
|
|
* 小程序支付
|
|
|
*/
|
|
|
- MINI_APP_PAY(4, "mp", "小程序支付"),
|
|
|
+ MINI_APP_PAY(4, "mp", "微信小程序支付"),
|
|
|
|
|
|
/**
|
|
|
- * 小程序支付
|
|
|
+ * 米大师支付
|
|
|
*/
|
|
|
- MI_PAY(5, "miPay", "米大师支付");
|
|
|
+ MI_PAY(5, "miPay", "微信米大师支付");
|
|
|
|
|
|
private Integer code;
|
|
|
|