DiscoverLocation


获取景点详情

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

页面列表

ITEM_HTML