简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2024-11-27

请求URL:

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
token string 凭证

请求参数:

参数名 是否必须 类型 说明
store_id string 门店ID
username string 联系人
mobile string 联系电话
address string 联系地址
pay_method string 支付方式 WeChat=微信 Alipay=支付宝
pay_type string 请求类型 app=APP端,public=公众号,small=小程序,pc=电脑端
remark string 备注

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "ok",
    "data": {
        "order_id": 10,
        "order_num": '20241127180000000000000',
    },
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "验证码错误"
}

返回参数说明:

参数名 类型 说明
store_id string 门店ID
product_all_price string 支付总价格
shipping_fee string 运费
store.id string 门店ID
store.store_name string 门店名称
store.logo string 门店logo
product_list.id string 购物车ID
product_list.product_id string 商品ID
product_list.product_opt_ids string 商品选项ID
product_list.store_id string 门店ID
product_list.number string 购物车数量
product_list.product_opt_title string 商品选项标题
product_list.all_price string 当个商品总总价格
product_list.product.id string 商品ID
product_list.product.product_name string 商品名称
product_list.product.cover string 商品封面
product_list.product.price string 单个商品价格

备注:

作者:admin  创建时间:2024-11-27 18:00
最后编辑:admin  更新时间:2024-12-31 16:42
上一篇:
下一篇: