ExportController
ConfigurationController
OAuthController
CrowdsourcingToReviewController

上传新的Bug报告 /submit 返回具体bug报告的id

请求URL

/upload/submit POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
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

返回结果

{}

点赞接口 👍 /good

请求URL

/upload/good GET

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
id string 被点赞的bug报告id
report_id string 本人的报告id

返回结果

{}

取消点赞 /cancelGood

请求URL

/upload/cancelGood GET

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
id string 被点赞的bug报告id
report_id string 本人的报告id

返回结果

{}

点踩 /bad

请求URL

/upload/bad GET

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
id string 被点踩的bug报告id
report_id string 本人的报告id

返回结果

{}

取消点踩 /bad

请求URL

/upload/cancelBad GET

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
id string 被点踩的bug报告id
report_id string 本人的报告id

返回结果

{}

repair

请求URL

/upload/repair POST

返回结果

{}

saveTitle

请求URL

/upload/title POST

返回结果

{}

repairThums

请求URL

/upload/thums GET POST

返回结果

{}

repairTime

请求URL

/upload/time GET POST

返回结果

{}

上传图片 /image

请求URL

/upload/image POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
file file
caseId string
work_id string

返回结果

string{}