前端查询存在(鉴权)
<p>[TOC]</p>
<h5>请求URL</h5>
<ul>
<li><code>http://127.0.0.1/lkcoffee?type=h5_money&amp;t=cbf15e8a-5b93-4222-b94b-851765cf4178 </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;">t</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>token</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{&quot;code&quot;:&quot;100&quot;,&quot;message&quot;:&quot;链接不存在&quot;}
//其他错误的返回
{&quot;code&quot;:&quot;200&quot;,&quot;t&quot;:&quot;cbf15e8a-5b93-4222-b94b-851765cf4178&quot;,&quot;p&quot;:&quot;9.9&quot;,&quot;desclist&quot;:[&quot;酱香拿铁&quot;,&quot;轻咖柠檬茶(超大杯)&quot;,&quot;轻咖椰子水(超大杯)&quot;,&quot;抹茶柠檬茶(超大杯)&quot;,&quot;葡萄柠檬茶(超大杯)&quot;,&quot;经典柠檬茶(超大杯)&quot;,&quot;轻轻茉莉(特大杯)&quot;,&quot;轻轻乌龙(特大杯)&quot;],&quot;message&quot;:&quot;未下单&quot;}
//9.9未下单的返回
{&quot;code&quot;:&quot;200&quot;,&quot;t&quot;:&quot;cbf15e8a-5b93-4222-b94b-851765cf4178&quot;,&quot;p&quot;:&quot;9.9&quot;,&quot;message&quot;:&quot;已下单&quot;}
//9.9已下单的返回
{&quot;code&quot;:&quot;200&quot;,&quot;t&quot;:&quot;cbf15e8a-5b93-4222-b94b-851765cf4178&quot;,&quot;p&quot;:&quot;23&quot;,&quot;message&quot;:&quot;未下单&quot;}
//其他已下单的返回
{&quot;code&quot;:&quot;200&quot;,&quot;t&quot;:&quot;cbf15e8a-5b93-4222-b94b-851765cf4178&quot;,&quot;p&quot;:&quot;23&quot;,&quot;message&quot;:&quot;已下单&quot;}
//钱包券未下单的返回
{&quot;code&quot;:&quot;200&quot;,&quot;t&quot;:&quot;cbf15e8a-5b93-4222-b94b-851765cf4178&quot;,&quot;p&quot;:&quot;29-1&quot;,&quot;message&quot;:&quot;未下单&quot;}
//钱包券已下单的返回
{&quot;code&quot;:&quot;200&quot;,&quot;t&quot;:&quot;cbf15e8a-5b93-4222-b94b-851765cf4178&quot;,&quot;p&quot;:&quot;29-1&quot;,&quot;message&quot;:&quot;已下单&quot;}</code></pre>