|
|
|
@ -76,23 +76,4 @@ public class ClassifyApi {
|
|
|
|
|
return r; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@PostMapping("/updateApiIndicators") |
|
|
|
|
@ApiOperationSupport(order = 1) |
|
|
|
|
@ApiOperation(value = "小程序保存考核内容", notes = "传入classify") |
|
|
|
|
public R updateApiIndicators(@RequestBody IndicatorsDTO instanceofDTO) { |
|
|
|
|
R r = classifyService.updateApiIndicators(instanceofDTO); |
|
|
|
|
return r; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|