|
@@ -98,7 +98,7 @@ func GetClientCardQR(c *gin.Context) {
|
|
|
url := "https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token=" + outData.AccessToken
|
|
|
|
|
|
qr.CheckPath = true
|
|
|
- qr.Page = "pages/index/index"
|
|
|
+ qr.Page = "pages/home/home"
|
|
|
qr.EnvVersion = "release"
|
|
|
qr.Scene = strconv.FormatInt(inData.MerchantCardId, 10)
|
|
|
|