Commit fa3d1c6b by Huang Linyu

增加微信小程序付款枚举

parent b5704864
......@@ -10,6 +10,10 @@ public enum CommunePayTypeEnum {
*/
WECHAT(1, "微信"),
/**
* 微信小程序
*/
WECHAT_MINI(7, "微信小程序"),
/**
* 支付宝
*/
ALIPAY(2, "支付宝"),
......
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 sign in to comment