提交 38f764f9 authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 aa76ed8e
......@@ -84,7 +84,7 @@ public class FgDiyTypeController {
}
@ApiOperation(value = "根据当前id查询下级分类", notes = "根据当前id查询下级分类\"")
@GetMapping(value = "/secondLevel/list")
@GetMapping(value = "/get/childLevel/list")
public CallBack<List<DiyType>> getDiyTypeByName(Integer id, Integer num) {
if(id == null){
throw new BaseException(ResponseCodeEnum.MISS_EXCEPTION.getCode(), "参数不能为空!");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论