diff --git a/platformapi/jdshopapi/store_page.go b/platformapi/jdshopapi/store_page.go index 66d8b8ac..47ac23f3 100644 --- a/platformapi/jdshopapi/store_page.go +++ b/platformapi/jdshopapi/store_page.go @@ -404,7 +404,7 @@ type AllOrdersResult struct { OrderType int `json:"orderType"` CustomsModel interface{} `json:"customsModel"` SalesPin interface{} `json:"salesPin"` - MdbStoreID interface{} `json:"mdbStoreId"` + MdbStoreID int64 `json:"mdbStoreId"` SuspendType interface{} `json:"suspendType"` SuspendReason interface{} `json:"suspendReason"` SuspendReasonDesc interface{} `json:"suspendReasonDesc"`