Authorization: Bearer ********************curl --location --request GET 'http://localhost:81/shop/address/list' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "",
"data": {
"records": [
{
"createTime": "",
"updateTime": "",
"id": 0,
"name": "",
"memberId": 0,
"province": "",
"city": "",
"county": "",
"addressDetail": "",
"areaCode": "",
"postalCode": "",
"tel": "",
"isDefault": false,
"delFlag": false
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": "",
"pages": 0
}
}