36 lines
829 B
JSON
36 lines
829 B
JSON
{
|
|
"addresses": [
|
|
{
|
|
"id": 1,
|
|
"name": "刘先生",
|
|
"phone": "134****7788",
|
|
"fullAddress": "山东省济南市某某区幸福小区5号10楼1003室",
|
|
"isDefault": true,
|
|
"locationStatus": "正常",
|
|
"canEdit": true,
|
|
"canDelete": true
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "张伟",
|
|
"phone": "13812345678",
|
|
"fullAddress": "北京市朝阳区光华路8号",
|
|
"isDefault": true,
|
|
"locationStatus": "正常",
|
|
"canEdit": true,
|
|
"canDelete": true
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "李芳",
|
|
"phone": "13987654321",
|
|
"fullAddress": "上海市浦东新区陆家嘴环路100号",
|
|
"isDefault": false,
|
|
"locationStatus": "正常",
|
|
"canEdit": true,
|
|
"canDelete": false
|
|
}
|
|
],
|
|
"products": [],
|
|
"orders": []
|
|
} |