获取收货地址详情
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>api/user/address-detail</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>请求Body参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;"></td>
<td>否</td>
<td>int</td>
<td>地址ID</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;data&quot;: {
&quot;list&quot;: {
&quot;id&quot;: 46,
&quot;user_id&quot;: 1362,
&quot;name&quot;: &quot;蒋绍英&quot;,
&quot;province_id&quot;: 1941,
&quot;province&quot;: &quot;广东省&quot;,
&quot;city_id&quot;: 1942,
&quot;city&quot;: &quot;广州市&quot;,
&quot;district_id&quot;: 1945,
&quot;district&quot;: &quot;海珠区&quot;,
&quot;mobile&quot;: &quot;13416315891&quot;,
&quot;detail&quot;: &quot;北山村青云大街&quot;,
&quot;is_default&quot;: 1,
&quot;is_delete&quot;: 0,
&quot;created_at&quot;: &quot;2024-05-31 11:16:37&quot;,
&quot;updated_at&quot;: &quot;2024-12-02 00:13:39&quot;,
&quot;deleted_at&quot;: &quot;0000-00-00 00:00:00&quot;,
&quot;latitude&quot;: &quot;&quot;,
&quot;longitude&quot;: &quot;&quot;,
&quot;location&quot;: &quot;&quot;,
&quot;type&quot;: 0
}
}
}
</code></pre>