Compare commits
No commits in common. "448d47d0cb9ca765bb4176f64f5a571e78495a8b" and "094d4abdf41ffc74700f9ce1d0c5f14a7bed4f28" have entirely different histories.
448d47d0cb
...
094d4abdf4
@ -69,12 +69,6 @@ type Data struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type GetOrderInfoByItemNORes 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"` // 子订单号
|
OrderItemNo string `json:"order_item_no"` // 子订单号
|
||||||
SendStatus string `json:"send_status"` //发货状态【’CHECKED订单被创建’,’INSTOCK已备货’,’SENDED已发货’,’RECEIVED已收货’】
|
SendStatus string `json:"send_status"` //发货状态【’CHECKED订单被创建’,’INSTOCK已备货’,’SENDED已发货’,’RECEIVED已收货’】
|
||||||
DeliveryName string `json:"delivery_name"` // 快递公司
|
DeliveryName string `json:"delivery_name"` // 快递公司
|
||||||
|
Loading…
x
Reference in New Issue
Block a user