简要描述:

  • 门店商品立即付款

请求方法:

POST

请求URL:

https://你的域名/addons/yun_shop/api.php?i={{平台id}}&route=plugin.store-cashier.frontend.store.create

参数:

参数名 是否必须 类型 说明
dispatch_type_id int 配送方式
goods json 订单商品数组
address json 地址信息
member_coupon_ids string 优惠券id(逗号分隔)
invoice_type int 发票类型(0:电子发票,1:纸质发票)
rise_type int 发票抬头(0:单位,1:个人)
cart_ids string 购物车记录id数组 示例"[874,875,876]"
store_id int 门店id
goods 是否必须 类型 说明
goods_id int 商品id
goods_option_id int 规格id
total int 购买数量
orders 是否必须 类型 说明
pre_id int 预下单id
deduction_ids [deduction.code] array 抵扣码
service_fee [order_service_fee.code] array 服务费码
note string 订单备注
address 是否必须 类型 说明
mobile int 商品id
username int 收件人姓名
province int 省份
city int 城市
district int 区县
address string 详细地址
street string 街道

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "ok",
    "data": {}
}

错误时返回:

  • 缺少访问参数 - 商品ID
{
    "result": 0,
    "msg": "缺少访问参数",
    "data": [ ]
}
  • 未找到数据
{
    "result": 0,
    "msg": "未找到数据",
    "data": [ ]
}

返回参数说明:

参数名 类型 说明
id int 订单 ID

备注: