From 95e127eb59f0b6e38e406a157fe8433ad4af6ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 4 Jul 2022 17:36:36 +0800 Subject: [PATCH] 1 --- platformapi/q_bida/q_bida_params.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/platformapi/q_bida/q_bida_params.go b/platformapi/q_bida/q_bida_params.go index dd42510d..21c01727 100644 --- a/platformapi/q_bida/q_bida_params.go +++ b/platformapi/q_bida/q_bida_params.go @@ -95,7 +95,11 @@ type MakeOrderReq struct { // MakeOrderRes 下订单返回参数 type MakeOrderRes struct { PublicParams - OrderNo string `json:"order_no"` // 订单编号 + Id int `json:"id"` //id + KuaiDi int `json:"kuai_di"` // 快递公司 + TypeName string `json:"type_name"` // g公司名称 + OrderNo string `json:"order_no"` // 订单编号 + WaybillNo interface{} `json:"waybill_no"` } //#endregion