{
"code":1,
"data":{
"unlock_list":[
{
"id": 1,
"title": "设备5",
"img": "//www.xxxx.com/xx"
},
{
"id",2
"title": "设备6",
"img": "//www.xxxx.com/xx"
}
],
“error_list":[
{
"id": 1,
"title": "考题1",
"img": "http://xxx.com/xx",
"options": [
{
"num":1,
"txt":"1111",
"img":"http://ssxx"
},
{
"num":2,
"txt":"222",
"img":"http://ssxx2"
},
{
"num":3,
"txt":"222",
"img":"http://ssxx3"
}
],
"answer": [1]
},
{
"id": 2,
"title": "考题2",
"img": "http://xxx.com/xx",
"options": [
{
"num":1,
"txt":"1111",
"img":"http://ssxx"
},
{
"num":2,
"txt":"222",
"img":"http://ssxx2"
},
{
"num":3,
"txt":"222",
"img":"http://ssxx3"
}
],
"answer": [1]
},
],
"dvcls_total": 11,
"dvcls_unlocked_num": 6
},
"msg":"success"
}