简要描述:

  • pc端/app端 购物车增加、减少数量接口

请求域名:

  • http://yunzshop.com

请求URL:

请求action:

action

参数:

参数名 是否必须 类型 说明
action string 接口名字
good_id string 购物车商品id
tag string 增加、减少标记

返回示例:

正确时返回:

  {
    "result": 1,
    "msg": "成功提示",
    "data": {}
  }

错误时返回:

  {
    "result": 0,
    "msg":"错误提示",
    "data": {}
  }

备注:

  • 更多返回错误代码请看首页的错误代码描述