京东订单字段修改

This commit is contained in:
苏尹岚
2020-06-01 17:23:55 +08:00
parent efcf9d8ef1
commit 8e386d4f12
2 changed files with 5 additions and 1 deletions

View File

@@ -285,7 +285,7 @@ type AllOrdersResult struct {
ConsigneeInfo interface{} `json:"consigneeInfo"`
LogiFlag bool `json:"logiFlag"`
LogisticsInfos []interface{} `json:"logisticsInfos"`
StoreName interface{} `json:"storeName"`
StoreName string `json:"storeName"`
CodDT interface{} `json:"codDT"`
ScDT interface{} `json:"scDT"`
OrderStatusStrCN string `json:"orderStatusStrCN"`