DYH云

DYH开放接口


获取个人题目 包括公共题目

<h5>简要描述</h5> <ul> <li>获取个人题目 包括公共题目</li> </ul> <h5>请求URL</h5> <ul> <li><code>{{BASE_URL}}/api/job.question/currencyCustomQuestion</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST</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>{&quot;step&quot;:&quot;web_currency_custom&quot;,&quot;question&quot;:&quot;&quot;,&quot;cate_id&quot;:&quot;&quot;,&quot;type&quot;:&quot;&quot;}</td> </tr> <tr> <td style="text-align: left;">page</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td></td> </tr> <tr> <td style="text-align: left;">limit</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td></td> </tr> <tr> <td style="text-align: left;">sort</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>固定值 type</td> </tr> <tr> <td style="text-align: left;">order</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>asc 倒序 按照单选多选判断开始排序</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     "code": 20000,     "msg": "success",     "time": "2022-07-18 10:19:21",     "data": {         "count": 12,         "list": [             {                 "jobQuestionId": 500546,                 "platformId": 2927,                 "type": 1,                 "step": "webCurrencyCustom",                 "question": "某电子商务平台内一网店销售假酒,平台经营者知道这一情形后没有采取任何措施。电子商务平台经营者应当承担的责任形式是:( )",                 "video": null,                 "images": "",                 "background": null,                 "option": [                     "与该网店经营者承担连带责任",                     "对网店经营者的赔偿责任承担补充责任",                     "承担按份责任",                     "不承担责任"                 ],                 "answer": "1",                 "desc": "",                 "pointKeywords": "",                 "keywords": "",                 "tag": "0",                 "extra": null,                 "annex": "",                 "belongs": 2, #belongs 为2的时候为公共题目 不能编辑不能删除                 "paperId": 0,                 "status": 1,                 "addTime": "2022-05-27 17:21:18",                 "updateTime": "2022-06-02 16:56:34",                 "goodsId": "0",                 "pid": null,                 "difficulty": 0,                 "cateId": 8305,                 "questionType": 8357,                 "workType": 0,                 "occupationType": 8370,                 "level": 0,                 "questionTag": 1,                 "cateName": "",                 "tagText": ""             }         ]     } }</code></pre> <h5>返回参数说明</h5> <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;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML