简要描述:

  • 优惠券列表

请求URL:

POST:一级域名/index.php?s=/wapapi/goods/add_address

参数:

参数名 是否必须 类型 说明
consigner 必填 string 收获姓名
mobile 必填 int 手机
phone string 固定电话
province 必填 int 省份ID
city 必填 int 城市ID
district 必填 int 地区ID
address 必填 string 街道地址
is_default int 1:设为默认 0:非默认
zip_code string 邮政编码

返回示例:

正确时返回:

{
    "code": "0",
    "message": "添加成功"
}

错误时返回:

{
    "code": 2,
    "message": "添加失败"
}

返回参数说明: