Commit 00e87ad2 by 周晓航

新增枚举值,无具体开发

parent 2c3cebd3
...@@ -20,7 +20,9 @@ public enum PayChannel { ...@@ -20,7 +20,9 @@ public enum PayChannel {
*/ */
USVCP("10556", "电子风味卡支付"), USVCP("10556", "电子风味卡支付"),
ALIPAY("10300", "支付宝"), ALIPAY("10300", "支付宝"),
WXPAY("10211", "微信"); WXPAY("10211", "微信"),
BEATPAY_H5("30005", "翼支付AppH5支付"),
;
private String code; private String code;
private String desc; private String desc;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment