请求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 |
返回结果
{}
请求URL
/upload/good
GET
请求参数 application/x-www-form-urlencoded
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
id | string | 否 | 被点赞的bug报告id |
report_id | string | 否 | 本人的报告id |
返回结果
{}
请求URL
/upload/cancelGood
GET
请求参数 application/x-www-form-urlencoded
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
id | string | 否 | 被点赞的bug报告id |
report_id | string | 否 | 本人的报告id |
返回结果
{}
请求URL
/upload/bad
GET
请求参数 application/x-www-form-urlencoded
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
id | string | 否 | 被点踩的bug报告id |
report_id | string | 否 | 本人的报告id |
返回结果
{}
请求URL
/upload/cancelBad
GET
请求参数 application/x-www-form-urlencoded
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
id | string | 否 | 被点踩的bug报告id |
report_id | string | 否 | 本人的报告id |
返回结果
{}
请求URL
/upload/image
POST
请求参数 application/x-www-form-urlencoded
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
file | file | 否 | |
caseId | string | 否 | |
work_id | string | 否 |
返回结果
string{}