This documentation is generated by JApiDocs.
DeleteController
deleteCase
**
请求URL
/delete/case GET
POST
返回结果
{}
**
请求URL
/delete/one GET
POST
返回结果
{}
**
请求URL
/delete/bug GET
POST
返回结果
{}
**
请求URL
/delete/update GET
POST
返回结果
{}
**
请求URL
/job/getJob GET
POST
返回结果
{}
**
请求URL
/job/getJobs GET
POST
返回结果
{}
**
请求URL
/job/uploadJob POST
返回结果
{}
**
请求URL
/job/uploadJobByJson POST
返回结果
{
"status":"string",
"message":"string"
}
**
请求URL
/job/updateJob POST
返回结果
{}
**
请求URL
/job/delJob GET
POST
返回结果
{}
**
请求URL
/job/getJobsByPaper GET
POST
返回结果
{}
**
请求URL
/job/getJobsByExamCase GET
POST
返回结果
{}
**
请求URL
/reviewAnalyze/analyzeItem GET
POST
返回结果
{}
**
请求URL
/reviewAnalyze/job/excel GET
返回结果
string{}
**
请求URL
/reviewAnalyze/job/json GET
返回结果
{}
**
请求URL
/reviewAnalyze/job/crowdReviewGradeToCrowdTest GET
返回结果
string{}
**
请求URL
/extra/uploadReport POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
case_id | string | 是 | 用例id |
task_id | string | 是 | 任务id |
case_take_id | string | 是 | 用例-任务id |
worker_id | string | 是 | 人员id |
name | string | 是 | 报告名称 |
device_model | string | 是 | 设备品牌 |
device_brand | string | 是 | 设备名称 |
device_os | string | 是 | 操作系统 |
script_location | string | 否 | |
report_location | string | 否 | |
log_location | string | 否 |
返回结果
{}
**
请求URL
/extra/updateReport POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
report_id | string | 否 | 报告id |
case_id | string | 否 | 用例id |
task_id | string | 否 | 任务id |
case_take_id | string | 否 | 用例-任务id |
worker_id | string | 否 | 人员id |
name | string | 否 | 报告名称 |
device_model | string | 否 | 设备品牌 |
device_brand | string | 否 | 设备名称 |
device_os | string | 否 | 操作系统 |
script_location | string | 否 | |
report_location | string | 否 | |
log_location | string | 否 |
返回结果
{}
**
请求URL
/extra/getReport GET
POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
report_id | string | 否 | 报告id |
返回结果
{}
**
请求URL
/extra/getPageVo GET
POST
返回结果
{
"examId":"long",
"caseId":"long",
"examVO":{
"id":"long",
"caseId":"long",
"state":"int",
"caseTypeId":"int",
"beginTime":"date",
"endTime":"date"
},
"caseTypeId":"int //web:0 app:1",
"pageContent":"string"
}
**
请求URL
/extra/findByWorker GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
case_take_id | string | 否 | |
worker_id | string | 否 |
返回结果
{}
**
请求URL
/extra/getCaseList GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
report_id | string | 否 | 报告id |
返回结果
{}
**
请求URL
/extra/getBugList GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
report_id | string | 否 | 报告id |
case_take_id | string | 否 | 用例-任务id |
返回结果
{}
**
请求URL
/extra/uploadExam POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
file | file | 否 | 文件流 |
case_id | string | 否 | 测试目标id |
file_name | string | 否 | 上传excel的文件名 |
paper_type | string | 否 | 试卷类型,即试卷的显示矩阵 |
test_type | string | 否 | 测试分类,如工具 |
description | string | 否 | 测试说明 |
app_name | string | 否 | 测试目标的名称 |
返回结果
string{}
**
请求URL
/extra/uploadExamUrl POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
file | string | 否 | 文件oss的url |
file_name | string | 否 | |
paper_type | string | 否 | |
case_id | string | 否 | |
test_type | string | 否 | |
description | string | 否 | |
app_name | string | 否 | |
collaborative_type | string | 否 |
返回结果
string{}
**
请求URL
/extra/getExamList GET
返回结果
{}
**
请求URL
/extra/getExam GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
id | string | 否 | 考试id |
返回结果
{}
**
请求URL
/extra/uploadTestCase POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
report_id | string | 否 | 报告id |
name | string | 否 | 用例名称 |
front | string | 否 | 前置条件 |
behind | string | 否 | 测试步骤 |
description | string | 否 | 预期结果 |
if_execute | string | 否 | 是否执行 |
if_bug | string | 否 | 是否是bug |
返回结果
{}
**
请求URL
/extra/getTestCase GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
id | string | 否 |
返回结果
{}
**
请求URL
/extra/updateTestCase POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
id | string | 否 | 用例id |
report_id | string | 否 | 报告id |
name | string | 否 | 用例名称 |
front | string | 否 | 前置条件 |
behind | string | 否 | 测试步骤 |
description | string | 否 | 预期结果 |
返回结果
{}
**
请求URL
/extra/updateTask POST
返回结果
{}
**
请求URL
/extra/getTask GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
id | string | 否 | 任务ID |
返回结果
{}
**
请求URL
/extra/reportsToReviewPaper GET
POST
返回结果
string{}
**
请求URL
/extra/pageUrl GET
POST
返回结果
{}
**
请求URL
/rec/getList GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
case_take_id | string | 否 | 案例-任务id |
report_id | string | 否 | 报告id |
返回结果
{}
**
请求URL
/rec/getDetail GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
id | string | 否 | Bug id |
返回结果
{}
用户点击六个类别之后,都使用该接口,返回推荐列表
**
请求URL
/rec/recommend GET
POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
case_take_id | string | 否 | 案例-任务id |
type | string | 否 | 类型("category", "severity", "recurrent", "page1", "page2", "page3") |
content | string | 否 | 内容,即选择框中的内容 |
返回结果
{}
**
请求URL
/rec/diversity GET
POST
返回结果
{}
**
请求URL
/rec/title GET
POST
返回结果
{}
**
请求URL
/rec/fork GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
page1 | string | 否 | |
page2 | string | 否 | |
page3 | string | 否 | |
bug_category | string | 否 | |
severity | string | 否 | |
recurrent | string | 否 |
返回结果
{}
**
请求URL
/export/exportBug GET
POST
返回结果
{}
**
请求URL
/analyze/valid GET
POST
返回结果
{}
**
请求URL
/analyze/validByBugId GET
POST
返回结果
{}
**
请求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/thums GET
POST
返回结果
{}
**
请求URL
/analyze/scores GET
POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
case_take_id | string | 否 | caseId - taskId,示例1632-2927 |
返回结果
{}
**
请求URL
/analyze/newScores GET
POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
case_take_id | string | 否 | caseId - taskId,示例1632-2927 |
返回结果
{}
**
请求URL
/analyze/users GET
POST
返回结果
{}
**
请求URL
/analyze/workers GET
POST
返回结果
long[]
**
请求URL
/analyze/grade GET
POST
返回结果
{}
**
请求URL
/analyze/save GET
POST
返回结果
{}
**
请求URL
/analyze/saveSimiliar GET
POST
返回结果
{}
**
请求URL
/analyze/saveByWorker GET
POST
返回结果
{}
**
请求URL
/analyze/bugDetail GET
POST
返回结果
{}
**
请求URL
/analyze/allGrades GET
POST
返回结果
{}
**
请求URL
/analyze/diff GET
POST
返回结果
{}
**
请求URL
/analyze/path GET
POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
case_take_id | string | 否 | 案例-任务id |
report_id | string | 否 | 报告id |
返回结果
{}
**
请求URL
/analyze/afterSimilarBug GET
POST
返回结果
{}
**
请求URL
/analyze/analyseExam GET
POST
返回结果
{}
**
请求URL
/analyze/analysePeople GET
POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
caseId | string | 否 | |
taskId | string | 否 | |
workId | string | 否 |
返回结果
{}
**
请求URL
/analyze/analyse/getTaskToken GET
POST
返回结果
string{}
**
请求URL
/analyze/analyse/task GET
POST
返回结果
{}
**
请求URL
/analyze/analyse/people GET
POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
workId | string | 否 |
返回结果
{}
**
请求URL
/analyze/historicalData GET
POST
返回结果
{
"reportNum":"int",
"scoreList":"double[] //各个报告的得分",
"totalScore":"double //报告总分",
"participateNum":"int //参加的和本次考试类型有关的众包测试次数",
"totalParticipateNum":"int //参加众包考试次数"
}
**
请求URL
/analyze/analyseExam2 GET
返回结果
{}
**
请求URL
/analyze/analysePageCover GET
返回结果
{}
**
请求URL
/analyze/analyseBugInfo GET
返回结果
{}
**
请求URL
/analyze/analyse/BugInfo GET
返回结果
{}
**
请求URL
/analyze/analyseBugSubmitInfo GET
返回结果
{}
**
请求URL
/analyze/analyse/BugSubmitInfo GET
返回结果
{}
**
请求URL
/analyze/tokenToDetail GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
token | string | 否 |
返回结果
{}
**
请求URL
/analyze/detailToToken GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
examId | string | 否 | |
caseId | string | 否 | |
userId | string | 否 | |
beginTime | string | 否 | |
endTime | string | 否 | |
roleId | int | 否 | 0-学生 1-教师 |
返回结果
string{}
**
请求URL
/analyze/progress GET
返回结果
double{}
**
请求URL
/setting/mainsite GET
返回结果
{}
**
请求URL
/setting/crowdtest GET
返回结果
{}
**
请求URL
/annotation/save POST
返回结果
{}
**
请求URL
/annotation/get GET
POST
返回结果
{}
**
请求URL
/annotation/delete GET
POST
返回结果
{}
作者: guochao
请求URL
/configuration/ GET
返回结果
Map{}
保存到本地, bug信息保存为json,csv文件,图片打包为zip文件
作者: JiaWei Xu
请求URL
/data/outputByCaseId GET
POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
caseId | string | 否 |
返回结果
[{
"id":"string //bug属性",
"bugCategory":"string",
"severity":"string",
"recurrent":"string",
"bugCreateTime":"string",
"bugPage":"string",
"title":"string",
"bugDescription":"string",
"imgUrl":"string",
"score":"int",
"parent":"string",
"children":"string[]",
"root":"string",
"goodNum":"int",
"goodWorkerId":"string[]",
"badNum":"int",
"badWorkerId":"string[]",
"testCaseId":"string //测试用例属性",
"testCaseName":"string",
"testCaseFront":"string",
"testCaseBehind":"string",
"testCaseDescription":"string",
"testCaseCreateTime":"string",
"reportId":"string //report属性",
"reportName":"string",
"reportCreateTime":"string",
"scriptLocation":"string",
"reportLocation":"string",
"logLocation":"string",
"deviceModel":"string",
"deviceBrand":"string",
"deviceOs":"string",
"workerId":"string //工人属性",
"caseAppName":"string //众测任务属性",
"casePaperType":"string",
"caseTestType":"string",
"caseDescription":"string",
"caseRequireDoc":"string",
"caseTakeId":"string //原系统中的case_take_id",
"originalCaseId":"string //与目前系统中的哪个case对应",
"cpSerialNum":"string //cp系统序列号"
}]
作者: JiaWei Xu
请求URL
/data/inputFromFile GET
POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
zipFile | file | 否 | |
jsonFile | file | 否 | |
originalCaseId | string | 否 | 与目前系统哪个case对应 |
cpSerialNum | string | 否 | 来自哪个cp |
返回结果
[{
"id":"string //bug属性",
"bugCategory":"string",
"severity":"string",
"recurrent":"string",
"bugCreateTime":"string",
"bugPage":"string",
"title":"string",
"bugDescription":"string",
"imgUrl":"string",
"score":"int",
"parent":"string",
"children":"string[]",
"root":"string",
"goodNum":"int",
"goodWorkerId":"string[]",
"badNum":"int",
"badWorkerId":"string[]",
"testCaseId":"string //测试用例属性",
"testCaseName":"string",
"testCaseFront":"string",
"testCaseBehind":"string",
"testCaseDescription":"string",
"testCaseCreateTime":"string",
"reportId":"string //report属性",
"reportName":"string",
"reportCreateTime":"string",
"scriptLocation":"string",
"reportLocation":"string",
"logLocation":"string",
"deviceModel":"string",
"deviceBrand":"string",
"deviceOs":"string",
"workerId":"string //工人属性",
"caseAppName":"string //众测任务属性",
"casePaperType":"string",
"caseTestType":"string",
"caseDescription":"string",
"caseRequireDoc":"string",
"caseTakeId":"string //原系统中的case_take_id",
"originalCaseId":"string //与目前系统中的哪个case对应",
"cpSerialNum":"string //cp系统序列号"
}]
作者: JiaWei Xu
请求URL
/data/inputFromOSS GET
POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
zipFile | file | 否 | |
jsonFile | file | 否 | |
originalCaseId | string | 否 | 与目前系统哪个case对应 |
cpSerialNum | string | 否 | 来自哪个cp |
返回结果
[{
"id":"string //bug属性",
"bugCategory":"string",
"severity":"string",
"recurrent":"string",
"bugCreateTime":"string",
"bugPage":"string",
"title":"string",
"bugDescription":"string",
"imgUrl":"string",
"score":"int",
"parent":"string",
"children":"string[]",
"root":"string",
"goodNum":"int",
"goodWorkerId":"string[]",
"badNum":"int",
"badWorkerId":"string[]",
"testCaseId":"string //测试用例属性",
"testCaseName":"string",
"testCaseFront":"string",
"testCaseBehind":"string",
"testCaseDescription":"string",
"testCaseCreateTime":"string",
"reportId":"string //report属性",
"reportName":"string",
"reportCreateTime":"string",
"scriptLocation":"string",
"reportLocation":"string",
"logLocation":"string",
"deviceModel":"string",
"deviceBrand":"string",
"deviceOs":"string",
"workerId":"string //工人属性",
"caseAppName":"string //众测任务属性",
"casePaperType":"string",
"caseTestType":"string",
"caseDescription":"string",
"caseRequireDoc":"string",
"caseTakeId":"string //原系统中的case_take_id",
"originalCaseId":"string //与目前系统中的哪个case对应",
"cpSerialNum":"string //cp系统序列号"
}]
**
请求URL
/review/getReportsByWorkerJob GET
POST
返回结果
{}
**
请求URL
/review/getItemsByReport GET
POST
返回结果
{}
**
请求URL
/review/getAnswerByWorkerJobReportItem GET
POST
返回结果
{}
**
请求URL
/review/saveAnswer POST
返回结果
{}
**
请求URL
/review/getWorkersByJob GET
POST
返回结果
{}
**
请求URL
/review/getReportsByJob GET
POST
返回结果
{}
**
请求URL
/review/getCorrectAnswerByReportItemJob GET
POST
返回结果
{}
**
请求URL
/review/saveCorrectAnswer POST
返回结果
{}
**
请求URL
/review/getItemAnswers GET
POST
返回结果
{}
**
请求URL
/review/setGrade POST
返回结果
{}
**
请求URL
/upload/submit POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
useCase | string | 否 | 用例id |
case_take_id | string | 否 | 案例-任务id |
bug_category | string | 否 | bug分类 |
description | string | 否 | 写的描述信息 |
img_url | string | 否 | 图片路径,通过逗号分隔 |
severity | string | 否 | 严重等级 |
recurrent | string | 否 | 复现程度 |
title | string | 否 | 填写的bug标题 |
report_id | string | 否 | 报告id |
parent | string | 否 | 默认为null 父报告 |
page | string | 否 | 页面信息 一级页面-二级页面-三级页面 |
case_id | string | 否 | 案例id |
worker_id | string | 否 | 人员id |
返回结果
{}
**
请求URL
/upload/good GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
id | string | 否 | 被点赞的bug报告id |
report_id | string | 否 | 本人的报告id |
返回结果
{}
**
请求URL
/upload/cancelGood GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
id | string | 否 | 被点赞的bug报告id |
report_id | string | 否 | 本人的报告id |
返回结果
{}
**
请求URL
/upload/bad GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
id | string | 否 | 被点踩的bug报告id |
report_id | string | 否 | 本人的报告id |
返回结果
{}
**
请求URL
/upload/cancelBad GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
id | string | 否 | 被点踩的bug报告id |
report_id | string | 否 | 本人的报告id |
返回结果
{}
**
请求URL
/upload/repair POST
返回结果
{}
**
请求URL
/upload/title POST
返回结果
{}
**
请求URL
/upload/thums GET
POST
返回结果
{}
**
请求URL
/upload/time GET
POST
返回结果
{}
**
请求URL
/upload/image POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
file | file | 否 | |
caseId | string | 否 | |
work_id | string | 否 |
返回结果
string{}
**
请求URL
/history/getHistory GET
POST
返回结果
{}
**
请求URL
/history/getRoots GET
POST
返回结果
{}
**
请求URL
/history/getTrees GET
POST
返回结果
{}
**
请求URL
/history/getTreesStu GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
case_take_id | string | 否 | |
start | string | 否 | 从第几个开始 |
count | string | 否 | 显示几个 |
page | string | 否 | 页面信息 eg:首页 or 首页——众测广场 or 首页——众测广场--任务 |
返回结果
{}
**
请求URL
/history/getSingle GET
POST
返回结果
{}
**
请求URL
/history/getAll GET
POST
返回结果
{}
**
请求URL
/history/getSingleStu GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
case_take_id | string | 否 | |
start | string | 否 | 从第几个开始 |
count | string | 否 | 显示几个 |
page | string | 否 | 页面信息 eg:首页 or 首页——众测广场 or 首页——众测广场--任务 |
返回结果
{}
**
请求URL
/history/getPath GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
id | string | 否 | bugId |
返回结果
{}
**
请求URL
/history/fresh GET
POST
返回结果
{}
**
请求URL
/history/getSingleByCondition GET
POST
返回结果
{}
**
请求URL
/history/test GET
POST
返回结果
{}
**
请求URL
/graph/11 GET
POST
返回结果
{}
**
请求URL
/graph/12 GET
POST
返回结果
{}
**
请求URL
/graph/13 GET
POST
返回结果
{}
**
请求URL
/graph/14 GET
POST
返回结果
{}
**
请求URL
/graph/21 GET
POST
返回结果
{}
**
请求URL
/graph/22 GET
POST
返回结果
{}
**
请求URL
/graph/31 GET
POST
返回结果
{}
**
请求URL
/relation/CTB GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
useCase | string | 否 | 用例id |
返回结果
{}
**
请求URL
/relation/remove GET
POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
useCase | string | 否 | 用例id |
bug_id | string | 否 | bug id |
返回结果
{}
**
请求URL
/relation/removeAll GET
POST
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
useCase | string | 否 | 用例id |
返回结果
{}
**
请求URL
/auth GET
返回结果
{}
**
请求URL
/auth/user GET
返回结果
{
"id":"long",
"email":"string",
"name":"string",
"mobile":"string",
"school":"string",
"open_id":"string"
}
**
请求URL
/oss/ossConf GET
返回结果
{}
**
请求URL
/oss/featureConf GET
返回结果
{}
**
请求URL
/oss/ossUpload POST
返回结果
string{}
**
请求URL
/report/report GET
POST
返回结果
{}
**
请求URL
/report/reportReview GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
report_id | string | 否 | |
case_take_id | string | 否 |
返回结果
{}
**
请求URL
/report/ThumsRank GET
POST
返回结果
{}
**
请求URL
/report/ForkRank GET
POST
返回结果
{}
**
请求URL
/report/c GET
POST
返回结果
{}
**
请求URL
/report/keyWords GET
POST
返回结果
{}
**
请求URL
/report/charm GET
POST
返回结果
{}
**
请求URL
/report/record GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
user_id | string | 否 | 用户id |
target_id | string | 否 | 被点赞bug报告id |
action | string | 否 | 行为点赞为like 点踩为dislike |
remarks | string | 否 | 不需要传 |
返回结果
{}
**
请求URL
/report/pageRec GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
case_take_id | string | 否 | |
report_id | string | 否 |
返回结果
{}
**
请求URL
/report/bugRec GET
请求参数
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
case_take_id | string | 否 | |
report_id | string | 否 |
返回结果
{}
**
请求URL
/node/generateBasicNode GET
POST
返回结果
{}
**
请求URL
/node/generateCatchNode GET
POST
返回结果
{}
**
请求URL
/node/getBasicNode GET
POST
返回结果
{}
**
请求URL
/node/uploadCatchNode GET
POST
返回结果
{}
**
请求URL
/node/uploadSingleCatchNode GET
POST
返回结果
{}
**
请求URL
/node/uploadSingleCatchNodes GET
POST
返回结果
{}
**
请求URL
/paper/uploadReport POST
返回结果
{
"status":"string",
"message":"string"
}
**
请求URL
/paper/uploadPaper POST
返回结果
{}
**
请求URL
/paper/getPaperJson GET
POST
返回结果
{}
**
请求URL
/paper/getPaper GET
POST
返回结果
{}
**
请求URL
/paper/getReportsByPaper GET
POST
返回结果
{}
**
请求URL
/paper/getPapers GET
POST
返回结果
{}
**
请求URL
/paper/delPaper GET
POST
返回结果
{}
**
请求URL
/paper/updatePaper GET
POST
返回结果
{}
**
请求URL
/paper/getPaperByWorker GET
POST
返回结果
string{}
**
请求URL
/paper/answer GET
返回结果
{}
**
请求URL
/crowdsourcingToReview/examId GET
POST
返回结果
string{}
**
请求URL
/crowdsourcingToReview/jobId GET
POST
返回结果
string[]