1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user