微信回调APPID问题

This commit is contained in:
陈俊宏 2024-08-12 14:54:52 +08:00
parent b3b782dfe6
commit 5247c2999f
1 changed files with 1 additions and 1 deletions

View File

@ -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"` // 微信系统订单号