This commit is contained in:
邹宗楠
2022-06-06 15:34:59 +08:00
parent b29ec0efdf
commit 0de07e5972

View File

@@ -87,11 +87,11 @@ type ReturnMoneyReq struct {
/***************回调****************/
type CallBackResult struct {
Timestamp int `json:"timestamp"` // Unix 时间戳10 位,整型数
Nonce string `json:"nonce"` // 随机数
Msg string `json:"msg"` // 订单信息的 json 字符串
TypePay string `json:"type"` // 回调类型标记,支付成功回调为"payment"
Msgsignature string `json:"msgsignature"` // 签名,详见
Timestamp int `json:"timestamp"` // Unix 时间戳10 位,整型数
Nonce string `json:"nonce"` // 随机数
Msg string `json:"msg"` // 订单信息的 json 字符串
TypePay string `json:"type"` // 回调类型标记,支付成功回调为"payment"
MsgSignature string `json:"msg_signature"` // 签名,详见
}
// 详细信息MSG(支付回调)