自提点详情接口
<p><strong>简要描述</strong>:</p>
<ul>
<li>自提点详情接口</li>
</ul>
<p><strong>请求URL:</strong>:</p>
<ul>
<li><a href="http://127.0.0.1:8081/api/pick/getDetailInfo">http://127.0.0.1:8081/api/pick/getDetailInfo</a></li>
</ul>
<p><strong>请求方式:</strong>:</p>
<ul>
<li>GET</li>
</ul>
<p><strong>Header</strong></p>
<pre><code></code></pre>
<p><strong>参数</strong>:</p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">addrId</td>
<td style="text-align: left;">是</td>
<td>Long</td>
<td>主键ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong>:</p>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;成功&quot;,
&quot;data&quot;: {
&quot;createTime&quot;: &quot;2024-08-10T19:14:31&quot;,
&quot;updateTime&quot;: null,
&quot;addrId&quot;: 3,
&quot;receiveName&quot;: &quot;李四00&quot;,
&quot;addr&quot;: &quot;陕西省恒口&quot;,---------------- 收货人详细地址
&quot;mobile&quot;: &quot;13510818081&quot;, -----------手机号
&quot;provinceId&quot;: 610000,
&quot;province&quot;: &quot;陕西&quot;,-----------省
&quot;cityId&quot;: 610900,
&quot;city&quot;: &quot;安康市&quot;,-------------市
&quot;areaId&quot;: 610902,
&quot;area&quot;: &quot;汉滨区&quot;,-----------------区
&quot;picUrl&quot;: -----------------------门头照 &quot;https://img1.baidu.com/it/u=465289696,3068910287&amp;fm=253&amp;fmt=auto&amp;app=138&amp;f=JPEG?w=800&amp;h=1067&quot;
}
}</code></pre>
<p><strong>备注</strong>:</p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>