소스 검색

原始码

k.zhang 1 년 전
부모
커밋
ba60fa135c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)