1
This commit is contained in:
@@ -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(支付回调)
|
||||
|
||||
Reference in New Issue
Block a user