POST xuner/soc/Social/getaddresslist
获取地址
请求信息
URI 参数
无。
Body 参数
AddressRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| Id | string |
无。 |
|
| receiverName | string |
无。 |
|
| receiverMobileNo | string |
无。 |
|
| detailAddress | string |
无。 |
|
| defaultAddress | integer |
无。 |
|
| provinceId | string |
无。 |
|
| provinceName |
山西省 |
string |
无。 |
| cityId | string |
无。 |
|
| cityName |
阳泉市 |
string |
无。 |
| districtId | string |
无。 |
|
| districtName |
矿区 |
string |
无。 |
请求格式
application/json, text/json
样例:
{
"Id": "sample string 1",
"receiverName": "sample string 2",
"receiverMobileNo": "sample string 3",
"detailAddress": "sample string 4",
"defaultAddress": 5,
"provinceId": "sample string 6",
"provinceName": "sample string 7",
"cityId": "sample string 8",
"cityName": "sample string 9",
"districtId": "sample string 10",
"districtName": "sample string 11"
}
响应信息
资源描述
获取地址
gSocResponseOfListOfAddressResponse| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | Collection of AddressResponse |
无。 |
|
| req | string |
无。 |
|
| msg | string |
无。 |
|
| code | integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": [
{
"id": 1,
"userId": 2,
"receiverName": "sample string 3",
"receiverPhoneNo": "sample string 4",
"receiverMobileNo": "sample string 5",
"provinceId": 6,
"provinceName": "sample string 7",
"cityId": 8,
"cityName": "sample string 9",
"districtName": "sample string 10",
"districtId": 11,
"streetId": "sample string 12",
"streetName": "sample string 13",
"detailAddress": "sample string 14",
"receiverZipCode": "sample string 15",
"defaultAddress": 16,
"creator": "sample string 17",
"creatorId": 18,
"createdTime": "sample string 19",
"lastOperator": "sample string 20",
"lastOperatorId": 21,
"updateTime": "sample string 22",
"delFlag": 23
},
{
"id": 1,
"userId": 2,
"receiverName": "sample string 3",
"receiverPhoneNo": "sample string 4",
"receiverMobileNo": "sample string 5",
"provinceId": 6,
"provinceName": "sample string 7",
"cityId": 8,
"cityName": "sample string 9",
"districtName": "sample string 10",
"districtId": 11,
"streetId": "sample string 12",
"streetName": "sample string 13",
"detailAddress": "sample string 14",
"receiverZipCode": "sample string 15",
"defaultAddress": 16,
"creator": "sample string 17",
"creatorId": 18,
"createdTime": "sample string 19",
"lastOperator": "sample string 20",
"lastOperatorId": 21,
"updateTime": "sample string 22",
"delFlag": 23
}
],
"req": "sample string 1",
"msg": "sample string 2",
"code": 3
}