我的地址
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户查询收货地址接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>127.0.0.1:8080//api/app/appCall?jsonParam={"opeType":"getCustomerAddress",'map':{'customerUuid':'0016d4d5c85c4af1af2c49c2fe4da69e','token':'f5b5d0263f524b31c269387b0c9fe085','sessionId':'87fc15af-5b76-40d9-98ad-eb0b6a9decef'}}</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">customerUuid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户名Uuid</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"customerAddress": [
{
"address": "东莞市",
"alias": "",
"area": "广东省东莞市东莞市",
"city": "141",
"cityName": "东莞市",
"consignee": "王帅",
"customerUuid": "0016d4d5c85c4af1af2c49c2fe4da69e",
"delFlag": "1",
"isDefault": "1",
"mapCondition": {},
"mobile": "17671697118",
"opeTime": "2019-08-27 15:24:21",
"oper": "",
"province": "05",
"provinceName": "广东省",
"region": "1296",
"regionName": "东莞市",
"sortName": "uuid",
"sortType": "desc",
"telephone": "",
"uuid": "7539ff46ab1141fc9521c1c8ab05739e",
"zipcode": ""
}
],
"customerUuid": "0016d4d5c85c4af1af2c49c2fe4da69e",
"message": "成功",
"return_code": "0"
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">customerAddress</td>
<td style="text-align: left;">List<CustomerAddressModel></td>
<td>存储用户收货地址model的list</td>
</tr>
<tr>
<td style="text-align: left;">customerUuid</td>
<td style="text-align: left;">String</td>
<td>用户Uuid</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>