Browse Source

原始码

k.zhang 1 year ago
parent
commit
ba60fa135c
1 changed files with 1 additions and 1 deletions
  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)