支付平台
This commit is contained in:
@@ -47,6 +47,11 @@ public class OrderPayment implements Serializable {
|
||||
*/
|
||||
private String channel;
|
||||
|
||||
/**
|
||||
* 平台类型
|
||||
* {@link com.czg.PayCst.Platform}
|
||||
*/
|
||||
private String platformType;
|
||||
/**
|
||||
* 来源Id 订单Id或充值id
|
||||
*/
|
||||
|
||||
@@ -27,11 +27,11 @@ public interface PayCst {
|
||||
/**
|
||||
* 微信
|
||||
*/
|
||||
public static final String WECHAT = "wechat";
|
||||
public static final String WECHAT = "WECHAT";
|
||||
/**
|
||||
* 支付宝
|
||||
*/
|
||||
public static final String ALIPAY = "alipay";
|
||||
public static final String ALIPAY = "ALIPAY";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user