From f917c96aa3b9cb1ee77202545b7567b578844e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 20 Nov 2020 16:59:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AA=8C=E8=AF=81=E5=BE=AE=E4=BF=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/order.go b/business/jxstore/cms/order.go index d7aaa5a0f..f16187241 100644 --- a/business/jxstore/cms/order.go +++ b/business/jxstore/cms/order.go @@ -23,7 +23,7 @@ func CreateOrder(ctx *jxcontext.Context, orderType, price int, lng, lat float64) db = dao.GetDB() order *model.Order ) - authBinds, err := dao.GetUserBindAuthInfo(db, ctx.GetUserID(), model.AuthBindTypeAuth, []string{"weixinapp", "weixinmini"}, "", "", "") + authBinds, err := dao.GetUserBindAuthInfo(db, ctx.GetUserID(), model.AuthBindTypeAuth, []string{"weixinmini"}, "", "", "") if len(authBinds) == 0 { return "", fmt.Errorf("请绑定微信认证方式!") }