Appearance
7.7 科力普售后默认退回地址
接口说明:
Method | URL | ContentType |
---|---|---|
GET | /api/v1/aftersale/getColipuDefaultAddress | application/json |
请求参数说明:
字段名 | 类型 | 是否必填 | 示例值 | 描述 |
---|
返回结果说明:
参数 | 类型说明 | 描述 |
---|---|---|
province | string | 省 |
city | string | 市 |
district | string | 区/县 |
address | string | 地址 |
receiver | string | 姓名 |
mobile | string | 手机号 |
telephone | string | 电话 |
string | 邮箱 |
请求示例
/api/v1/aftersale/getColipuDefaultAddress
返回数据示例:
json
{
"success": true,
"message": "成功",
"code": "000",
"data": {
"province": "上海",
"city": "上海市",
"district": "徐汇区",
"address": "古美路1528号",
"receiver": "张三",
"mobile": "18311111111",
"telephone": "021-1233554",
"email": ""
}
}