简要描述
请求URL
{{BASE_URL}}/api/job.question/currencyCustomQuestion
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
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:普通用户 |
备注