上报位置信息*
<p><strong>简要描述:</strong></p>
<ul>
<li>上报位置信息</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li>
<p>本地环境<code>http://16i128w468.imwork.net/wechat-api/user/location</code></p>
</li>
<li>
<p>测试环境<code>http://tencentisux.hhhhcu.com/wechat-api/user/location</code></p>
</li>
<li>正式环境<code>暂无</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li><code>POST</code></li>
</ul>
<p><strong>参数:</strong></p>
<pre><code>{
lng:12.4213223 //经度
lat:52.124123 //维度
}</code></pre>
<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;">lat</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>维度</td>
</tr>
<tr>
<td style="text-align: left;">lng</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>经度</td>
</tr>
</tbody>
</table>
<p><strong>返回状态码</strong></p>
<pre><code>Responst Code
{
0
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 0,
"msg": "success",
"data": ""
}</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;">code</td>
<td style="text-align: left;">int</td>
<td>返回状态码 0-修改成功 500-修改失败</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">string</td>
<td>返回信息</td>
</tr>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">object</td>
<td>数据集</td>
</tr>
</tbody>
</table>