From fa3ae27283cb8cce9087e3bc8296f594799bfd8e Mon Sep 17 00:00:00 2001 From: zhongqiang <15375399426> Date: Thu, 29 May 2025 17:20:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=96=B0=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E9=93=BE-=E5=94=AF=E5=93=81=E5=B0=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weipinshang_api/res.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/weipinshang_api/res.go b/weipinshang_api/res.go index c896037..463b535 100644 --- a/weipinshang_api/res.go +++ b/weipinshang_api/res.go @@ -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"` // 快递公司