【fix sonar】SysCheckRuleController文件

This commit is contained in:
梁琦涛
2023-03-10 15:25:10 +08:00
parent 971bbb94c6
commit 160a57a7c2
@@ -73,7 +73,7 @@ public class SysCheckRuleController extends JeroController<SysCheckRule, ISysChe
@AutoLog(value = "编码校验规则-通过Code校验传入的值")
@ApiOperation(value = "编码校验规则-通过Code校验传入的值", notes = "编码校验规则-通过Code校验传入的值")
@GetMapping(value = "/checkByCode")
public Result checkByCode(
public Result<Object> checkByCode(
@RequestParam(name = "ruleCode") String ruleCode,
@RequestParam(name = "value") String value
) throws UnsupportedEncodingException {