40、Web游戏列表
<ul>
<li>代理申请</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://api.com/api/webgame/list</code> </li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>GET</p>
<p><strong>请求参数说明</strong> </p>
</li>
</ul>
<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;">name</td>
<td style="text-align: left;">string</td>
<td>游戏名称</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 200,
&quot;data&quot;: [
{
&quot;code&quot;: &quot;sanguo&quot;,
&quot;name&quot;: &quot;嘻哈三国塔防&quot;,
&quot;url&quot;: &quot;https://api.xkstart.com/sanguo&quot;,
&quot;status&quot;: &quot;1&quot;
},
{
&quot;code&quot;: &quot;wuditafang&quot;,
&quot;name&quot;: &quot;植物大战僵尸塔防&quot;,
&quot;url&quot;: &quot;https://api.xkstart.com/wuditafang&quot;,
&quot;status&quot;: &quot;1&quot;
},
{
&quot;code&quot;: &quot;shot&quot;,
&quot;name&quot;: &quot;射击游戏&quot;,
&quot;url&quot;: &quot;https://api.xkstart.com/shot&quot;,
&quot;status&quot;: &quot;1&quot;
}
],
&quot;message&quot;: &quot;&quot;
}</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;">name</td>
<td style="text-align: left;">string</td>
<td>游戏名称</td>
</tr>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">string</td>
<td>code</td>
</tr>
<tr>
<td style="text-align: left;">url</td>
<td style="text-align: left;">string</td>
<td>url</td>
</tr>
<tr>
<td style="text-align: left;">status</td>
<td style="text-align: left;">int</td>
<td>状态</td>
</tr>
</tbody>
</table>