mixpay优化

This commit is contained in:
richboo111
2022-09-19 15:53:06 +08:00
parent 80c380ce7a
commit c94ee61690
3 changed files with 45 additions and 36 deletions

View File

@@ -23,6 +23,17 @@ const (
PayType4Member = 1 // 购买会员
PayType4Recharge = 2 // 充值余额
PayType4Express = 3 // 支付快递
//订单支付方式
OrderPayMethodBalance = 1 //余额支付
OrderPayMethodWX = 2 //微信支付
OrderPayMethodMix = 5 //余额+微信混合支付
OrderNotPay = 2 //订单待支付
PayChooseBalance = 1 //选中余额支付
PayNotChooseBalance = -1 //不选中余额支付
//UserVendorOrder订单状态
)
const (