DYH云

DYH开放接口


试卷库列表

<h5>简要描述</h5> <ul> <li>试卷库列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>{{BASE_URL}}/api/job.paper/index</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;">filter</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>使用 filter 过滤, 必须带上 step webReservedReturn</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ "code": 20000, "msg": "success", "time": "2021-09-07 15:25:42", "data": { "count": 30, "list": [ { "jobPaperId": 33, # 试卷 id "platformId": 25, "step": "webReservedReturn", # 列表需要带上这个参数 "name": "货品的预留与返场", "background": "背景资料, 图文, 可为空", "score": "20.00", "belongs": 1, "extra": [], #题干和表格数据 "status": 1, "addTime": "2021-09-07 14:52:22", "updateTime": "2021-09-07 14:52:22" } ] } }</code></pre>

页面列表

ITEM_HTML