From 4524867791195b25e740e74d84957dc69dae19e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 14 Sep 2023 12:44:53 +0800 Subject: [PATCH] 1 --- platformapi/mtwmapi/callback.go | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/platformapi/mtwmapi/callback.go b/platformapi/mtwmapi/callback.go index f0cd9569..08e0d4e2 100644 --- a/platformapi/mtwmapi/callback.go +++ b/platformapi/mtwmapi/callback.go @@ -48,19 +48,19 @@ type CallbackRefundInfo struct { AppID string `json:"app_id"` Sig string `json:"sig"` - OrderID int64 `json:"order_id"` - NotifyType string `json:"notify_type"` - RefundID int64 `json:"refund_id"` - Ctime int64 `json:"ctime"` - Reason string `json:"reason"` - ResType int `json:"res_type"` - IsAppeal int `json:"is_appeal"` - Pictures string `json:"pictures"` - PictureList []string `json:"pictureList"` - - Food string `json:"food"` - FoodList []*RefundSkuDetail `json:"foodList"` - Money float32 `json:"money"` + OrderID int64 `json:"order_id"` + NotifyType string `json:"notify_type"` + RefundID int64 `json:"refund_id"` + Ctime int64 `json:"ctime"` + Reason string `json:"reason"` + ResType int `json:"res_type"` + IsAppeal int `json:"is_appeal"` + Pictures string `json:"pictures"` + PictureList []string `json:"pictureList"` + Status string `json:"status"` + Food string `json:"food"` + FoodList []*RefundSkuDetail `json:"foodList"` + Money float32 `json:"money"` } type CallbackMsg struct {