查询收货地址
GET
http://192.168.1.157:8082/tourist-api/touristGoodsAddress/getTouristGoodsAddressList?userId=111&pageNo=1&pageSize=10
请求参数
参数名
类型
描述
必填
userId
int
示例:111
必填
page
int
示例:1
必填
rows
int
示例:10
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1000
必填
message
string
示例:请求处理成功
必填
address
string
详细地址 示例:哈哈哈哈
必填
area
string
所在地区 示例:深圳
必填
consignee
string
收货人 示例:李
必填
createTime
int
示例:1608688683000
必填
id
string
示例:1
必填
isDefault
int
是否默认收货地址 1 是 0不是 示例:1
必填
mobile
string
手机号 示例:15112443193
必填
updateTime
int
示例:1608701689000
必填
userId
string
示例:111
必填
total
int
示例:3
必填