鼎测试

This commit is contained in:
苏尹岚
2020-07-30 15:01:06 +08:00
parent f1cc8d5d2c
commit 0887852af8
2 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ func (a *API) GetOrder(orderID int64) (getOrderResult *GetOrderResult, err error
orderPayment,freightPrice,orderState,orderStateRemark,
orderStartTime,orderEndTime,orderRemark,consigneeInfo,
itemInfoList,pauseBizInfo,pin`,
// "order_state": "WAIT_SELLER_STOCK_OUT,PAUSE",
"order_state": "WAIT_SELLER_STOCK_OUT,PAUSE",
})
if err == nil {
utils.Map2StructByJson(result["jingdong_pop_order_get_responce"].(map[string]interface{})["orderDetailInfo"].(map[string]interface{})["orderInfo"], &getOrderResult, false)