1
This commit is contained in:
@@ -2,7 +2,6 @@ package jdshopapi
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
)
|
||||
|
||||
//Creat by hang At 2022-03-28
|
||||
@@ -66,7 +65,6 @@ func (a *API) GetOrderById2(orderID int64, isStatus bool) (getOrderResult *GetEn
|
||||
}
|
||||
|
||||
result, err := a.AccessAPI("jingdong.pop.oto.locorderinfo.enget", prodURL2, params)
|
||||
globals.SugarLogger.Debugf("===result :%s", utils.Format4Output(result, false))
|
||||
if err == nil {
|
||||
utils.Map2StructByJson(result["jingdong_pop_order_enGet_responce"].(map[string]interface{})["orderDetailInfo"].(map[string]interface{})["orderInfo"], &getOrderResult, false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user