This commit is contained in:
richboo111
2023-05-23 09:38:57 +08:00
parent de25d3d9f7
commit e17074366b
8 changed files with 988 additions and 4 deletions

View File

@@ -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货到付款