京东订单字段修改
This commit is contained in:
@@ -285,7 +285,7 @@ type AllOrdersResult struct {
|
|||||||
ConsigneeInfo interface{} `json:"consigneeInfo"`
|
ConsigneeInfo interface{} `json:"consigneeInfo"`
|
||||||
LogiFlag bool `json:"logiFlag"`
|
LogiFlag bool `json:"logiFlag"`
|
||||||
LogisticsInfos []interface{} `json:"logisticsInfos"`
|
LogisticsInfos []interface{} `json:"logisticsInfos"`
|
||||||
StoreName interface{} `json:"storeName"`
|
StoreName string `json:"storeName"`
|
||||||
CodDT interface{} `json:"codDT"`
|
CodDT interface{} `json:"codDT"`
|
||||||
ScDT interface{} `json:"scDT"`
|
ScDT interface{} `json:"scDT"`
|
||||||
OrderStatusStrCN string `json:"orderStatusStrCN"`
|
OrderStatusStrCN string `json:"orderStatusStrCN"`
|
||||||
|
|||||||
@@ -73,3 +73,7 @@ func TestOrderDetail(t *testing.T) {
|
|||||||
// }
|
// }
|
||||||
// fmt.Println("test1", result1, result2, result3)
|
// fmt.Println("test1", result1, result2, result3)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestBB(t *testing.T) {
|
||||||
|
fmt.Println(utils.Str2Time("2020-05-30 00:00:00"))
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user