|
@@ -127,7 +127,7 @@ public class FuncTestController {
|
|
|
return Response.buildSuccess();
|
|
return Response.buildSuccess();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- @ApiOperation(value = "删除测试用例步骤", httpMethod = "DELETE")
|
|
|
|
|
|
|
+ @ApiOperation(value = "更新测试用例状态", httpMethod = "PUT")
|
|
|
@ApiImplicitParams({
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "testStepId",dataType ="int", paramType = "query"),
|
|
@ApiImplicitParam(name = "testStepId",dataType ="int", paramType = "query"),
|
|
|
@ApiImplicitParam(name = "state",dataType ="string", paramType = "query")
|
|
@ApiImplicitParam(name = "state",dataType ="string", paramType = "query")
|