24. 编辑收货地址
开发中POST
/address/edit请求参数
Header 参数
Access-Token
string
必需
示例值:
1741f74aed758a688515f72572dc8e37
platform
string
必需
示例值:
H5
Body 参数application/json
addressId
string
地址id
form
object
必需
name
string
姓名
phone
string
手机
region
array [object {2}]
区域
示例
{
"addressId": "10012",
"form": {
"name": "张小",
"phone": "18999292929",
"region": [
{
"label": "上海",
"value": 782
},
{
"label": "上海市",
"value": 783
},
{
"label": "徐汇区",
"value": 785
}
],
"detail": "北京路1号楼8888室"
}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
status
integer
必需
message
string
必需
data
array[string]
必需
示例
{
"status": 200,
"message": "更新成功",
"data": []
}
最后修改时间: 2 年前