From 5c856aaf12d73bd47a5561743f3ce172dec2311d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 1 Mar 2021 15:59:26 +0800 Subject: [PATCH] aa --- business/model/order.go | 1 + 1 file changed, 1 insertion(+) 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