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