暂无描述
Authorization: Bearer ********************
curl --location --request GET 'https://api.tolink.cloud/training/exam/getQuestionByType?questionType=1'
{
"code": 0,
"data": [
{
"choice": 0,
"score": 0,
"total": 1,
"type": 1
},
{
"choice": 0,
"score": 0,
"total": 1,
"type": 2
}
],
"msg": "success"
}