对接新供应链-唯品尚
This commit is contained in:
parent
c9190ea4d4
commit
fa3ae27283
@ -69,6 +69,12 @@ type Data struct {
|
||||
}
|
||||
|
||||
type GetOrderInfoByItemNORes struct {
|
||||
Code int `json:"code"` // 0为成功,其它为失败
|
||||
Msg string `json:"msg"` // 请求接口消息
|
||||
Data OrderInfoByItemNOData `json:"data"` // 返回数据 data array
|
||||
|
||||
}
|
||||
type OrderInfoByItemNOData struct {
|
||||
OrderItemNo string `json:"order_item_no"` // 子订单号
|
||||
SendStatus string `json:"send_status"` //发货状态【’CHECKED订单被创建’,’INSTOCK已备货’,’SENDED已发货’,’RECEIVED已收货’】
|
||||
DeliveryName string `json:"delivery_name"` // 快递公司
|
||||
|
Loading…
x
Reference in New Issue
Block a user