DYH云

DYH开放接口


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

简要描述
  • 获取个人题目 包括公共题目
请求URL
  • {{BASE_URL}}/api/job.question/currencyCustomQuestion
请求方式
  • POST
参数
参数名 必选 类型 说明
filter string {"step":"web_currency_custom","question":"","cate_id":"","type":""}
page int
limit int
sort string 固定值 type
order string asc 倒序 按照单选多选判断开始排序
返回示例
{
    "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": ""
            }
        ]
    }
}
返回参数说明
参数名 类型 说明
groupid int 用户组id,1:超级管理员;2:普通用户
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML