|
@@ -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)
|