1
This commit is contained in:
@@ -48,19 +48,19 @@ type CallbackRefundInfo struct {
|
|||||||
AppID string `json:"app_id"`
|
AppID string `json:"app_id"`
|
||||||
Sig string `json:"sig"`
|
Sig string `json:"sig"`
|
||||||
|
|
||||||
OrderID int64 `json:"order_id"`
|
OrderID int64 `json:"order_id"`
|
||||||
NotifyType string `json:"notify_type"`
|
NotifyType string `json:"notify_type"`
|
||||||
RefundID int64 `json:"refund_id"`
|
RefundID int64 `json:"refund_id"`
|
||||||
Ctime int64 `json:"ctime"`
|
Ctime int64 `json:"ctime"`
|
||||||
Reason string `json:"reason"`
|
Reason string `json:"reason"`
|
||||||
ResType int `json:"res_type"`
|
ResType int `json:"res_type"`
|
||||||
IsAppeal int `json:"is_appeal"`
|
IsAppeal int `json:"is_appeal"`
|
||||||
Pictures string `json:"pictures"`
|
Pictures string `json:"pictures"`
|
||||||
PictureList []string `json:"pictureList"`
|
PictureList []string `json:"pictureList"`
|
||||||
|
Status string `json:"status"`
|
||||||
Food string `json:"food"`
|
Food string `json:"food"`
|
||||||
FoodList []*RefundSkuDetail `json:"foodList"`
|
FoodList []*RefundSkuDetail `json:"foodList"`
|
||||||
Money float32 `json:"money"`
|
Money float32 `json:"money"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type CallbackMsg struct {
|
type CallbackMsg struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user