地址详请
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>地址详请</li>
</ul>
<h5>请求URL</h5>
<ul>
<li>` <a href="https://ai.zazhipu.com/wxapp.php/Member/adr_detail">https://ai.zazhipu.com/wxapp.php/Member/adr_detail</a></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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;">adr_id</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>地址id, 如果不填将获取默认的收货地址</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;成功!&quot;,
&quot;data&quot;: {
&quot;adr_detail&quot;:{
&quot;id&quot;: 198,//地址id
&quot;uid&quot;: 23,//用户id
&quot;recive_name&quot;: &quot;校长&quot;,//收货人姓名
&quot;recive_phone&quot;: &quot;13841077075&quot;,//收货人手机号
&quot;recive_province&quot;: 20,//省id
&quot;recive_city&quot;: 229,//市id
&quot;recive_area&quot;: 1797,//区id
&quot;recive_adr&quot;: &quot;惠安小区17楼&quot;,//详细地址
&quot;is_default&quot;: 1,//是否默认地址,0否1是
&quot;province_name&quot;: &quot;辽宁省&quot;,//省名称
&quot;city_name&quot;: &quot;铁岭市&quot;,//市名称
&quot;district_name&quot;: &quot;调兵山市&quot;,//区名称
&quot;nick_name&quot;: &quot;匿名&quot;,//用户昵称
}
}
}</code></pre>
<h5>错误返回</h5>
<ul>
<li>无</li>
</ul>
<h5>备注</h5>
<ul>
<li>无</li>
</ul>