现舱多


板块列表

<blockquote> <h3>HTTP Request ( 请求路径 )</h3> </blockquote> <pre><code class="language-shell"> GET http://xxxx.com/api/v1/plates</code></pre> <blockquote> <h3>URL Parameters ( 请求参数 )</h3> <table> <thead> <tr> <th style="text-align: center;">参数</th> <th style="text-align: center;">必填</th> <th style="text-align: center;">描述</th> </tr> </thead> <tbody> </tbody> </table> </blockquote> <h3>HTTP Respond ( 响应 )</h3> <pre><code class="language-json">{ "code": 200, "total_pages": 1, "current_page": 1, "data": [ { "id": 1, "name": "危险品", "info_count": 105, "root_image_url": "http://staging-cdn.huoyuanduo.net/plate/2021/xxxx", "info_image_url": "http://staging-cdn.huoyuanduo.net/plate/2021/xxxx" }, { "id": 2, "name": "猪牛羊", "info_count": 256, "root_image_url": "http://staging-cdn.huoyuanduo.net/plate/2021/xxxx", "info_image_url": "http://staging-cdn.huoyuanduo.net/plate/2021/xxxx" } ] }</code></pre>

页面列表

ITEM_HTML