From 5247c2999fd71766f04c3bc7cdf3e1078d22df97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BF=8A=E5=AE=8F?= <389838709@qq.com> Date: Mon, 12 Aug 2024 14:54:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E5=9B=9E=E8=B0=83APPID?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/third/paymentService/wechat_service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/third/paymentService/wechat_service.go b/app/third/paymentService/wechat_service.go index 1a33eba..d4d1ec8 100644 --- a/app/third/paymentService/wechat_service.go +++ b/app/third/paymentService/wechat_service.go @@ -104,7 +104,7 @@ func WxPayCallBack(notifyReq *wechat.V3NotifyReq, wxConfig WxPay) error { return err } var CallBackInfo struct { - AppId string `json:"app_id"` // 应用ID + AppId string `json:"appid"` // 应用ID Mchid string `json:"mchid"` // 商户号 OutTradeNo string `json:"out_trade_no"` // 商户系统内部订单号 TransactionId string `json:"transaction_id"` // 微信系统订单号