Merge branch 'refs/heads/feature/对接新供应链-唯品尚'

This commit is contained in:
zhongqiang 2025-05-29 17:20:42 +08:00
commit 448d47d0cb

View File

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