token: ********************{
"company_id": "34",
"username": "张叶霞",
"cate_ids": [
8,
9,
10,
11,
12
],
"page_no": 1,
"page_size": 10
}curl --location 'https://safe.fetribe.cn/adminapi/exam.question_wrong/wrongList' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"company_id": "34",
"username": "张叶霞",
"cate_ids": [
8,
9,
10,
11,
12
],
"page_no": 1,
"page_size": 10
}'{"code":1,"show":0,"msg":"","data":{"lists":[{"question_wrong_id":2,"question_id":144,"type":3,"content":"根据火情的不同可采取边扑救、边报警的方法。( )","answer_option":"{\"A\":\"对\",\"B\":\"错\",\"C\":\"\",\"D\":\"\"}","answer_correct":"A","answer_parse":""},{"question_wrong_id":1,"question_id":8,"type":2,"content":"测量员技术员等岗位存在哪些作业风险","answer_option":"{\"A\":\"高处坠落\",\"B\":\"冒顶片帮\",\"C\":\"中毒窒息\",\"D\":\"车辆伤害\"}","answer_correct":"ABCD","answer_parse":""}],"count":2,"page_no":1,"page_size":25,"extend":[]}}