This commit is contained in:
richboo111
2023-05-30 10:50:33 +08:00
parent b79c48d7b1
commit 4adceb63b7

View File

@@ -270,8 +270,8 @@ type CreateOrderReq struct {
OrderDetail *OrderDetail `json:"order_detail"` // 订单详情
MultiPickupInfo []*MultiPickupDetails `json:"multi_pickup_info"` // 多点取货信息
// 非必填
//LbsType int `json:"lbs_type"` // 坐标类型 1百度坐标2高德坐标
//ShopType int64 `json:"shop_type"` // 店铺ID类型 1顺丰店铺ID 2接入方店铺ID
LbsType int `json:"lbs_type"` // 坐标类型 1百度坐标2高德坐标
ShopType int64 `json:"shop_type"` // 店铺ID类型 1顺丰店铺ID 2接入方店铺ID
ShopPreparationTime int64 `json:"shop_preparation_time"` // 商家预计备餐时长(分10)
OrderSequence string `json:"order_sequence"` // 取货序号 与order_source配合使用 如饿了么10号单表示如下order_source=2;order_sequence=10。用于骑士快速寻找配送物
AppointType int `json:"appoint_type"` // 预约单类型 预约单的时候传入,1预约单送达单2预约单上门单