删除日志多余接口

yun-zuoyi
wynne1005 4 years ago
parent af17e1f469
commit d4242786ef

@ -127,18 +127,6 @@ public class SysEnumController extends CoreBaseController {
} }
/** /**
*
*
* @return
*/
@GetMapping("/log-type")
@ApiOperation(value = "日志等级", notes = "日志等级")
public ResultBean getLogType() {
return new ResultBean(true, "操作成功",
LocaleUtils.getEnumLocaleResValuesToList(ImppEnumUtil.LOG_TYPE.values()));
}
/**
* *
* *
* @return * @return

Loading…
Cancel
Save