简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2024-12-10 |
请求URL:
请求方式:
- POST
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
login_method | 是 | string | 支付方式 WeChat=微信 Alipay=支付宝 |
login_type | 是 | string | 请求类型 app=APP端,public=公众号,small=小程序,pc=电脑端 |
code | 否 | string | code |
返回示例:
正确时返回:
{
"status": 200,
"msg": "ok",
"data": {
"session_key": 'lYsQyQfatA57S20==',
"openid": 'o0gEL7e1PLQdcfKfU5',
},
"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-12-10 18:30
最后编辑:admin 更新时间:2024-12-31 16:42
最后编辑:admin 更新时间:2024-12-31 16:42