Compare commits

..

No commits in common. "448d47d0cb9ca765bb4176f64f5a571e78495a8b" and "094d4abdf41ffc74700f9ce1d0c5f14a7bed4f28" have entirely different histories.

View File

@ -69,12 +69,6 @@ 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"` // 快递公司