|
@@ -225,7 +225,7 @@ public class Order {
|
|
|
private Integer isFirstRecharge;
|
|
|
|
|
|
/**
|
|
|
- * 支付类型, 1:PC, 2: h5支付, 3: App支付, 4: 小程序支付, 5: 米大师支付
|
|
|
+ * 支付类型, 1:PC, 2: h5支付, 3: App支付, 4: 小程序支付, 5: 米大师支付, 6 : 客服支付
|
|
|
*/
|
|
|
private Long payDeviceId;
|
|
|
|
|
@@ -265,7 +265,7 @@ public class Order {
|
|
|
private String merchantName;
|
|
|
|
|
|
/**
|
|
|
- * 支付方式id
|
|
|
+ * 支付方式id, 1 : 支付宝, 2 : 微信, 3 : 米大师
|
|
|
*/
|
|
|
private Long payWayId;
|
|
|
|