k.zhang před 1 rokem
rodič
revize
ba60fa135c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      apis/shanghu/client_card.go

+ 1 - 1
apis/shanghu/client_card.go

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