k.zhang 1 rok temu
rodzic
commit
104aaa94db
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      apis/shanghu/merchant.card.go

+ 1 - 1
apis/shanghu/merchant.card.go

@@ -345,7 +345,7 @@ func GetMerchantCanvasCard(c *gin.Context) {
 
 	var outQRData models.ClientCardQRReply
 
-	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