请求URL
/analyze/bugData
GET
POST
返回结果
[{
"bugId":"string",
"bugCategory":"string",
"severity":"string",
"bugCreateTime":"string",
"bugPage":"string",
"score":"int",
"parent":"string",
"children":"string[]",
"root":"string",
"goodNum":"int",
"badNum":"int",
"reportId":"string",
"workerId":"string"
}]
请求URL
/analyze/scores
GET
POST
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| case_take_id | string | 否 | caseId - taskId,示例1632-2927 |
返回结果
{}
请求URL
/analyze/newScores
GET
POST
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| case_take_id | string | 否 | caseId - taskId,示例1632-2927 |
返回结果
{}
请求URL
/analyze/path
GET
POST
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| case_take_id | string | 否 | 案例-任务id |
| report_id | string | 否 | 报告id |
返回结果
{}
请求URL
/analyze/analysePeople
GET
POST
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| caseId | string | 否 | |
| taskId | string | 否 | |
| workId | string | 否 |
返回结果
{}
请求URL
/analyze/analyse/people
GET
POST
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| workId | string | 否 |
返回结果
{}
请求URL
/analyze/historicalData
GET
POST
返回结果
{
"reportNum":"int",
"scoreList":"double[] //各个报告的得分",
"totalScore":"double //报告总分",
"participateNum":"int //参加的和本次考试类型有关的众包测试次数",
"totalParticipateNum":"int //参加众包考试次数"
}
请求URL
/analyze/tokenToDetail
GET
POST
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| token | string | 否 |
返回结果
{}
请求URL
/analyze/detailToToken
GET
POST
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| examId | string | 否 | |
| caseId | string | 否 | |
| userId | string | 否 | |
| beginTime | string | 否 | |
| endTime | string | 否 |
返回结果
string{}