- wiki说明
- 公共模块
- 首页模块
- 分类模块
- 商品模块
- 登录模块
- 用户模块
- 购物车
- 订单模块
- 收获地址
- 商品评价
- 其他
编辑收货地址
开发中
POST
/address/edit
请求参数
Header 参数
Access-Token
string
必需
示例值:
1741f74aed758a688515f72572dc8e37
platform
string
必需
示例值:
H5、MP-WEIXIN
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成功
application/json
Body
status
integer
必需
message
string
必需
data
array[string]
必需
示例
{
"status": 200,
"message": "更新成功",
"data": []
}