API / 用户收藏 / 代理


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>{ &amp;quot;code&amp;quot;: 200, &amp;quot;data&amp;quot;: [ { &amp;quot;code&amp;quot;: &amp;quot;sanguo&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;嘻哈三国塔防&amp;quot;, &amp;quot;url&amp;quot;: &amp;quot;https://api.xkstart.com/sanguo&amp;quot;, &amp;quot;status&amp;quot;: &amp;quot;1&amp;quot; }, { &amp;quot;code&amp;quot;: &amp;quot;wuditafang&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;植物大战僵尸塔防&amp;quot;, &amp;quot;url&amp;quot;: &amp;quot;https://api.xkstart.com/wuditafang&amp;quot;, &amp;quot;status&amp;quot;: &amp;quot;1&amp;quot; }, { &amp;quot;code&amp;quot;: &amp;quot;shot&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;射击游戏&amp;quot;, &amp;quot;url&amp;quot;: &amp;quot;https://api.xkstart.com/shot&amp;quot;, &amp;quot;status&amp;quot;: &amp;quot;1&amp;quot; } ], &amp;quot;message&amp;quot;: &amp;quot;&amp;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>

页面列表

ITEM_HTML