修改接口路径

This commit is contained in:
wanggeng 2021-11-25 10:15:26 +08:00
parent 6ecbc1b492
commit 79258e0fd2

View File

@ -141,7 +141,7 @@ public class MongoDataAppController extends DefaultBaseController {
@ApiImplicitParam(name = "id", value = "父ID", paramType = "query", dataType = "String")
})
@ApiResponses({@ApiResponse(code = 400, message = "请求失败", response = ErrorResult.class)})
@GetMapping("listztree")
@GetMapping("list-ztree")
public List<ZTreeDTO> listZTree(@RequestHeader("token") String token) {
return listZTreeRelease();
}