From b8119af062fdd3fcb0ee1f64ca261ec4048b0d89 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Thu, 17 Jun 2021 14:53:05 +0800 Subject: [PATCH] aa --- platformapi/jdshopapi/store_page.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`