Compare commits
No commits in common. "86af800c7c30a134ec6c636a0cc92d32bf56eced" and "37100eb58991e07e6f61d40c0384da1392f38fea" have entirely different histories.
86af800c7c
...
37100eb589
|
@ -104,7 +104,7 @@ func WxPayCallBack(notifyReq *wechat.V3NotifyReq, wxConfig WxPay) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
var CallBackInfo struct {
|
var CallBackInfo struct {
|
||||||
AppId string `json:"appid"` // 应用ID
|
AppId string `json:"app_id"` // 应用ID
|
||||||
Mchid string `json:"mchid"` // 商户号
|
Mchid string `json:"mchid"` // 商户号
|
||||||
OutTradeNo string `json:"out_trade_no"` // 商户系统内部订单号
|
OutTradeNo string `json:"out_trade_no"` // 商户系统内部订单号
|
||||||
TransactionId string `json:"transaction_id"` // 微信系统订单号
|
TransactionId string `json:"transaction_id"` // 微信系统订单号
|
||||||
|
|
Loading…
Reference in New Issue