Browse Source

二维码

k.zhang 3 weeks ago
parent
commit
d728cd3b1d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      apis/shanghu/merchant.active.config.go

+ 2 - 2
apis/shanghu/merchant.active.config.go

@@ -694,9 +694,9 @@ func GetClientActiveQR(c *gin.Context) {
 
 	url := "https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token=" + outData.AccessToken
 
-	qr.CheckPath = false
+	qr.CheckPath = true
 	qr.Page = "pages/home/home"
-	qr.EnvVersion = "develop"
+	qr.EnvVersion = "release"
 	qr.Scene = "id-" + strconv.FormatInt(inData.ActiveConfigId, 10) + "-c-" + code
 
 	data, err := json.Marshal(&qr)