WxProject

微信


获取本人地址

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取本人地址</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:30001/GetSelfAddress</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST</li> </ul> <h5>参数</h5> <p>无</p> <h5>返回示例</h5> <pre><code>{     &amp;quot;province&amp;quot;: &amp;quot;海南省&amp;quot;,     &amp;quot;city&amp;quot;: &amp;quot;三亚市&amp;quot;,     &amp;quot;county&amp;quot;: &amp;quot;天涯区&amp;quot;,     &amp;quot;postcode&amp;quot;: &amp;quot;572000&amp;quot;,     &amp;quot;address&amp;quot;: &amp;quot;无霾之地&amp;quot;,     &amp;quot;contact&amp;quot;: &amp;quot;已失踪&amp;quot;,     &amp;quot;phone&amp;quot;: &amp;quot;18888888888&amp;quot; }</code></pre> <h5>返回参数说明</h5> <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;">province</td> <td style="text-align: left;">string</td> <td>省份</td> </tr> <tr> <td style="text-align: left;">city</td> <td style="text-align: left;">string</td> <td>地市</td> </tr> <tr> <td style="text-align: left;">county</td> <td style="text-align: left;">string</td> <td>区县</td> </tr> <tr> <td style="text-align: left;">postcode</td> <td style="text-align: left;">string</td> <td>邮编</td> </tr> <tr> <td style="text-align: left;">address</td> <td style="text-align: left;">string</td> <td>详细地址</td> </tr> <tr> <td style="text-align: left;">contact</td> <td style="text-align: left;">string</td> <td>联系人</td> </tr> <tr> <td style="text-align: left;">phone</td> <td style="text-align: left;">string</td> <td>手机号码</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML