支付调整
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.czg.constant;
|
||||
|
||||
/**
|
||||
* 支付渠道常量
|
||||
* @author ww
|
||||
*/
|
||||
public interface PayChannelCst {
|
||||
/**
|
||||
* 聚合支付
|
||||
* 对应 类 PolyPay
|
||||
*/
|
||||
String POLY = "poly";
|
||||
/**
|
||||
* 原生支付
|
||||
* 对应 类 NativePay
|
||||
*/
|
||||
String NATIVE = "native";
|
||||
}
|
||||
Reference in New Issue
Block a user