获取景点详情
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取景点详情</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/location/{id}</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>景点id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;result&quot;: true,
&quot;msg&quot;: null,
&quot;data&quot;: {
&quot;id&quot;: &quot;f9c0d5b456564fd8ba197ad11744e010&quot;,
&quot;address&quot;: &quot;杭州花园&quot;,
&quot;description&quot;: &quot;一个美丽的地方&quot;,
&quot;tag&quot;: &quot;摄影,亲子,1月,2月&quot;,
&quot;price&quot;: 10.0,
&quot;browseCount&quot;: 1123,
&quot;shareCount&quot;: 34,
&quot;praiseCount&quot;: 1,
&quot;wantgotoCount&quot;: 1,
&quot;signCount&quot;: 0,
&quot;createTime&quot;: 1743436800000,
&quot;showDeadline&quot;: 1744041600000,
&quot;state&quot;: 0,
&quot;coord&quot;: &quot;POINT(123.56 -66.33)&quot;,
&quot;x&quot;: 123.56,
&quot;y&quot;: -66.33,
&quot;imageUrls&quot;: [
&quot;C:\\Users\\11316\\Desktop\\pic\\cb659656a1ce4d3987444bb8aef348e4.jpeg&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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>