提交 70c541bc 编写于 作者: F fengyw

用户工程调整

上级 7f9d5503
......@@ -25,7 +25,7 @@ public class ApiEnumController {
@ApiOperation(value = "枚举通用接口", notes = "返回枚举信息")
@RequestMapping(value = "/view", method = RequestMethod.POST)
public Result<ArrayList> getEnumInfo(@RequestParam(name = "name") String enumName) {
public Result<ArrayList> getEnumInfo(@RequestParam(name = "enumName") String enumName) {
if (StrUtil.isBlank(enumName)) {
return Result.error("请输入要获取的枚举名称");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册