2 商品详情
3 购物流程
4 会员接口
- 4.1 会员中心首页
- 4.2 积分历史
- 4.3 会员订单
- 4.4 会员订单详情
- 4.5 交易记录
- 4.6 商品收藏列表
- 4.7 删除商品收藏
- 4.8 添加商品收藏
- 4.9 重设密码
- 4.10 我的收货地址
- 4.11 设置和取消默认地址
- 4.12 修改收货地址(得到收货地址)
- 4.13 保存收货地址
- 4.14 删除收货地址
- 4.15 获取评价商品规则
- 4.16 我的优惠劵
- 4.17 取消订单
- 4.18 确认收货
- 4.19 编辑个人资料
- 4.20 更新个人资料
- 4.21 会员充值页面
- 4.22 我的站内信
- 4.23 发送信息/保存草稿箱
- 4.24 删除信息
- 4.25 阅读未读信息
- 4.26 积分兑换优惠劵
- 4.27 订单留言
- 4.28 我的评论/我的咨询
- 4.29 阅读我的回复
- 4.30 缺货通知
- 4.31 删除缺货通知
- 4.32 积分兑换优惠劵列表
- 4.33 订单商品重新购买
- 4.34 账户安全
- 4.35 设置支付密码
- 4.36 设置/修改/取消支付密码页面
- 4.37 修改/忘记支付密码/绑定手机号码
- 4.38 取消订单原因列表
- 4.39 取消订单
- 4.40 删除作废订单
- 4.41 (停用)验证登录密码
- 4.42 申请退货/换货/退款列表
- 4.43 获取申请退货/换货/退款详细信息
- 4.44 申请退货/退款
- 4.45 退货/退款记录
- 4.46关于我们
- 4.47 会员等级说明
- 4.48 积分规则说明
- 4.49 优惠券使用说明
- 4.50 售后须知
- 4.51 晒图上传
- 4.52 预存款充值
- 4.53 消息中心
- 4.54 意见反馈类型
- 4.55 领取优惠券
5 登陆接口
6 订单流程
8 文章接口
9 组合促销接口
10 钱包接口
13 分销接口
14 分账系统
15 外部调用
3.12 获取配送方式
3.12 获取配送方式
HTTP请求方式:POST
METHOD:b2c.cart.delivery_change
完整的HTTP请求参数(由下边各个参数的值自动生成,可直接复制至剪切板): 复制至剪切板 done
详解HTTP请求参数:添加参数 查看参数说明....
返回结果(JSON) 格式化json
数据说明:
{
"shippings": [//配送方式列表
{
"value": "{\"id\":1,\"has_cod\":\"false\",\"dt_name\":\"快递\",\"money\":\"10\"}",//post的shipping值
"dt_id": "1",
"dt_name": "快递",
"money": "¥10.00",
"extends_detail": null,
"detail": "修改此处说明文字,请登录后台管理界面:“控制面板-配送方式”,编辑该配送方式",
"checked": "false"
},
{
"value": "{\"id\":12,\"has_cod\":\"false\",\"dt_name\":\"国際EMS\",\"money\":\"2000\"}",
"dt_id": "12",
"dt_name": "国際EMS",
"money": "¥2000.00",
"extends_detail": null,
"detail": " ",
"protect": "true",//开启物流保价
"minprice": "¥5.00",//物流保价最低价格
"protect_rate": 1,//开启物流的费用,单位%
"text": "物流保价(保价费率为商品价格的1%,不足¥5.00按¥5.00计算)",//物流报价说明
"disabled": "true",//禁止物流保价
"checked": "false"//选中的状态
},
{
"value": "{\"id\":2,\"has_cod\":\"true\",\"dt_name\":\"货到付款\",\"money\":\"15\"}",
"dt_id": "2",
"dt_name": "货到付款",
"money": "¥15.00",
"extends_detail": null,
"detail": "修改此处说明文字,请登录后台管理界面:“控制面板-配送方式”,编辑该配送方式",
"checked": "true"
}
],
"shipping_method": {//选中物流的信息
"shipping_id": 2,
"shipping_name": "货到付款",
"money": "15",//物流费用
"has_cod": "true",
"is_protect": null
}
}
"shippings": [//配送方式列表
{
"value": "{\"id\":1,\"has_cod\":\"false\",\"dt_name\":\"快递\",\"money\":\"10\"}",//post的shipping值
"dt_id": "1",
"dt_name": "快递",
"money": "¥10.00",
"extends_detail": null,
"detail": "修改此处说明文字,请登录后台管理界面:“控制面板-配送方式”,编辑该配送方式",
"checked": "false"
},
{
"value": "{\"id\":12,\"has_cod\":\"false\",\"dt_name\":\"国際EMS\",\"money\":\"2000\"}",
"dt_id": "12",
"dt_name": "国際EMS",
"money": "¥2000.00",
"extends_detail": null,
"detail": " ",
"protect": "true",//开启物流保价
"minprice": "¥5.00",//物流保价最低价格
"protect_rate": 1,//开启物流的费用,单位%
"text": "物流保价(保价费率为商品价格的1%,不足¥5.00按¥5.00计算)",//物流报价说明
"disabled": "true",//禁止物流保价
"checked": "false"//选中的状态
},
{
"value": "{\"id\":2,\"has_cod\":\"true\",\"dt_name\":\"货到付款\",\"money\":\"15\"}",
"dt_id": "2",
"dt_name": "货到付款",
"money": "¥15.00",
"extends_detail": null,
"detail": "修改此处说明文字,请登录后台管理界面:“控制面板-配送方式”,编辑该配送方式",
"checked": "true"
}
],
"shipping_method": {//选中物流的信息
"shipping_id": 2,
"shipping_name": "货到付款",
"money": "15",//物流费用
"has_cod": "true",
"is_protect": null
}
}