diff --git a/business/model/order.go b/business/model/order.go index 091b5bbd5..96f0638b1 100644 --- a/business/model/order.go +++ b/business/model/order.go @@ -14,6 +14,7 @@ const ( PayTypeWX = 1 // 微信支付 PayTypeTL = 2 // 通联宝支付 PayTypeTL_DiscountCard = 3 // 通联宝支付(会员折扣卡) + PayTypeTL_StoreAcctPay = 4 PayStatusNo = 0 PayStatusYes = 1