- wiki说明
- 公共模块
- 首页模块
- 分类模块
- 商品模块
- 登录模块
- 用户模块
- 购物车
- 订单模块
- 收获地址
- 商品评价
- 其他
获取收货地址列表
开发中
GET
/address/list
请求参数
Header 参数
Access-Token
string
必需
示例值:
1741f74aed758a688515f72572dc8e37
platform
string
必需
示例值:
H5、MP-WEIXIN
返回响应
🟢200成功
application/json
Body
status
integer
必需
message
string
必需
data
object
必需
list
array [object {9}]
必需
示例
{
"status": 200,
"message": "success",
"data": {
"list": [
{
"address_id": 10012,
"name": "张小",
"phone": "18999292929",
"province_id": 782,
"city_id": 783,
"region_id": 785,
"detail": "北京路1号楼8888室",
"user_id": 10003,
"region": {
"province": "上海",
"city": "上海市",
"region": "徐汇区"
}
},
{
"address_id": 10014,
"name": "张小二",
"phone": "18999292929",
"province_id": 782,
"city_id": 783,
"region_id": 785,
"detail": "北京路1号楼8888室",
"user_id": 10003,
"region": {
"province": "上海",
"city": "上海市",
"region": "徐汇区"
}
}
]
}
}
修改于 2023-07-24 08:57:58