k.zhang 1 year ago
parent
commit
41afb1c1c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apis/shanghu/client_card.go

+ 1 - 1
apis/shanghu/client_card.go

@@ -80,7 +80,7 @@ func GetClientCardQR(c *gin.Context) {
 	}
 	sqlData.ID = inData.MerchantCardId
 
-	val, err := pdd.DuoDuoGet("https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=wx25357518f710b8ce&secret=83c7dca801a6c93fbfac3c91f57a4eb2")
+	val, err := pdd.DuoDuoGet("https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=wx8595c589dd736486&secret=668f87d2bc24199688e53ee8a88434b8")
 	if err != nil {
 		app.Error(c, 500, err, err.Error())
 		return