From 485cd0b83c51c0e9c9477c1ba4729b0f6ce55989 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Sat, 26 Oct 2024 14:02:47 +0800 Subject: [PATCH] 1 --- app/svc/svc_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/svc/svc_store.go b/app/svc/svc_store.go index 2ef09cd..4c90a19 100644 --- a/app/svc/svc_store.go +++ b/app/svc/svc_store.go @@ -114,7 +114,7 @@ func StoreScan(c *gin.Context) { var appId = "" var appLogo = "" var inviteCode = user.InviteCode - if kind != "alipay" { + if kind != "alipay" && kind != "alipay_applet" { communityTeamStoreWxAppletId := db.SysCfgGet(c, "community_team_store_wx_applet_id") var wxApplet model.WxAppletList MasterDb(c).Where("id=?", communityTeamStoreWxAppletId).Get(&wxApplet)