学题宝

xtb


轮播图

<p>​ URL地址:<a href="https://xxx.com/api/rolling">https://xxx.com/api/rolling</a></p> <p>​ 请求方式:GET</p> <p>​ 返回结果(json)</p> <table> <thead> <tr> <th>字段名</th> <th>变量名</th> <th>类型</th> </tr> </thead> <tbody> <tr> <td>图片ID</td> <td>id</td> <td>string</td> </tr> <tr> <td>图片连接</td> <td>img</td> <td>string</td> </tr> </tbody> </table> <pre><code>[ { &amp;quot;id&amp;quot;: 1, &amp;quot;img&amp;quot;: &amp;quot;https://xxx.cn/vant/apple-1.jpg&amp;quot; }, { &amp;quot;id&amp;quot;: 2, &amp;quot;img&amp;quot;: &amp;quot;https://xxx.cn/vant/apple-2.jpg&amp;quot; } ]</code></pre>

页面列表

ITEM_HTML