测试鼎

This commit is contained in:
苏尹岚
2020-07-29 13:41:50 +08:00
parent 8e87def619
commit 5fbdd7841d
3 changed files with 5 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ func (a *API) GetOrder(orderID int64) (getOrderResult *GetOrderResult, err error
orderPayment,freightPrice,orderState,orderStateRemark,
orderStartTime,orderEndTime,orderRemark,consigneeInfo,
itemInfoList,pauseBizInfo`,
"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)