This commit is contained in:
邹宗楠
2022-06-06 15:54:37 +08:00
parent 0de07e5972
commit 50f2a5fcff
3 changed files with 16 additions and 11 deletions

View File

@@ -87,7 +87,7 @@ type ReturnMoneyReq struct {
/***************回调****************/
type CallBackResult struct {
Timestamp int `json:"timestamp"` // Unix 时间戳10 位,整型数
Timestamp string `json:"timestamp"` // Unix 时间戳10 位,整型数
Nonce string `json:"nonce"` // 随机数
Msg string `json:"msg"` // 订单信息的 json 字符串
TypePay string `json:"type"` // 回调类型标记,支付成功回调为"payment"