This commit is contained in:
suyl
2021-06-17 14:53:05 +08:00
parent f746cd1023
commit b8119af062

View File

@@ -404,7 +404,7 @@ type AllOrdersResult struct {
OrderType int `json:"orderType"` OrderType int `json:"orderType"`
CustomsModel interface{} `json:"customsModel"` CustomsModel interface{} `json:"customsModel"`
SalesPin interface{} `json:"salesPin"` SalesPin interface{} `json:"salesPin"`
MdbStoreID interface{} `json:"mdbStoreId"` MdbStoreID int64 `json:"mdbStoreId"`
SuspendType interface{} `json:"suspendType"` SuspendType interface{} `json:"suspendType"`
SuspendReason interface{} `json:"suspendReason"` SuspendReason interface{} `json:"suspendReason"`
SuspendReasonDesc interface{} `json:"suspendReasonDesc"` SuspendReasonDesc interface{} `json:"suspendReasonDesc"`