This commit is contained in:
邹宗楠
2022-07-04 17:36:36 +08:00
parent 0f53f0da2d
commit 95e127eb59

View File

@@ -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