sfps
This commit is contained in:
@@ -59,12 +59,12 @@ type API struct {
|
||||
/************************************************订单*****************************************************/
|
||||
//#region 获取蜂鸟门店信息
|
||||
|
||||
// 创建订单
|
||||
// CreateOrder 创建订单(店铺)
|
||||
type CreateOrder struct {
|
||||
// 必填
|
||||
DevId int64 `json:"dev_id"` // 同城开发者ID
|
||||
ShopId string `json:"shop_id"` // 店铺ID
|
||||
ShopOrderId string `json:"shop_order_id"` // 商家订单号不允许重复
|
||||
ShopOrderId string `json:"shop_order_id"` // 不允许重复(使用相同商家订单号会幂等返回)
|
||||
OrderSource string `json:"order_source"` // 订单接入来源 1:美团;2:饿了么;3:百度;4:口碑;其他请直接填写中文字符串值
|
||||
LbsType int `json:"lbs_type"` // 坐标类型 1:百度坐标,2:高德坐标
|
||||
PayType int64 `json:"pay_type"` // 用户支付方式 1:已付款 0:货到付款
|
||||
|
||||
Reference in New Issue
Block a user