同意协议确认解锁

接口地址:/exam/unlocked

请求方式 post

参数:

  • id_str 解锁设备分类的id串,用,分割

返回格式:

{
    "code":1,
    "data":{
        "dvcls_total": 11,
        "dvcls_unlocked_num": 6
    },
    "msg":"success"
}

Last updated

Was this helpful?