aa
This commit is contained in:
@@ -100,7 +100,7 @@ type GetOrderResult struct {
|
|||||||
IDSopShipmenttype string `json:"idSopShipmenttype"`
|
IDSopShipmenttype string `json:"idSopShipmenttype"`
|
||||||
ScDT string `json:"scDT"`
|
ScDT string `json:"scDT"`
|
||||||
SellerDiscount string `json:"sellerDiscount"`
|
SellerDiscount string `json:"sellerDiscount"`
|
||||||
MenDianId string `json:"menDianId"`
|
MenDianID string `json:"menDianId"`
|
||||||
}
|
}
|
||||||
|
|
||||||
//查询单个订单
|
//查询单个订单
|
||||||
@@ -111,7 +111,7 @@ func (a *API) GetOrder(orderID int64, isStatus bool) (getOrderResult *GetOrderRe
|
|||||||
params["optional_fields"] = `orderType,payType,orderTotalPrice,orderSellerPrice,
|
params["optional_fields"] = `orderType,payType,orderTotalPrice,orderSellerPrice,
|
||||||
orderPayment,freightPrice,orderState,orderStateRemark,
|
orderPayment,freightPrice,orderState,orderStateRemark,
|
||||||
orderStartTime,orderEndTime,orderRemark,consigneeInfo,
|
orderStartTime,orderEndTime,orderRemark,consigneeInfo,
|
||||||
itemInfoList,pauseBizInfo,pin,idSopShipmenttype,scDT,sellerDiscount,menDianId`
|
itemInfoList,pauseBizInfo,pin,idSopShipmenttype,scDT,sellerDiscount,menDianId,storeId`
|
||||||
if isStatus {
|
if isStatus {
|
||||||
params["order_state"] = "WAIT_SELLER_STOCK_OUT,TRADE_CANCELED,PAUSE,WAIT_GOODS_RECEIVE_CONFIRM"
|
params["order_state"] = "WAIT_SELLER_STOCK_OUT,TRADE_CANCELED,PAUSE,WAIT_GOODS_RECEIVE_CONFIRM"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user