瀏覽代碼

二维码

k.zhang 3 周之前
父節點
當前提交
d728cd3b1d
共有 1 個文件被更改,包括 2 次插入2 次删除
  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)