ExportController
ConfigurationController
OAuthController
CrowdsourcingToReviewController

/getList 每次刷新或进入填写页面,都应该调用一次该方法,因为其中包含了一些初始化操作,返回推荐列表

请求URL

/rec/getList GET

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

参数名 类型 必须 描述
case_take_id string 案例-任务id
report_id string 报告id

返回结果

{}

/getDetail 用户点击查看一个Bug的详细信息,返回bug信息

请求URL

/rec/getDetail GET

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

参数名 类型 必须 描述
id string Bug id

返回结果

{}

/recommend 用户编辑bug时推荐相似bug 用户点击六个类别之后,都使用该接口,返回推荐列表

请求URL

/rec/recommend GET POST

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

参数名 类型 必须 描述
case_take_id string 案例-任务id
type string 类型("category", "severity", "recurrent", "page1", "page2", "page3")
content string 内容,即选择框中的内容

返回结果

{}

diversityRec

请求URL

/rec/diversity GET POST

返回结果

{}

getTitle

请求URL

/rec/title GET POST

返回结果

{}

fork时,传回所有的选择参数

请求URL

/rec/fork GET

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

参数名 类型 必须 描述
page1 string
page2 string
page3 string
bug_category string
severity string
recurrent string

返回结果

{}