修改接口路径
This commit is contained in:
parent
6ecbc1b492
commit
79258e0fd2
@ -141,7 +141,7 @@ public class MongoDataAppController extends DefaultBaseController {
|
|||||||
@ApiImplicitParam(name = "id", value = "父ID", paramType = "query", dataType = "String")
|
@ApiImplicitParam(name = "id", value = "父ID", paramType = "query", dataType = "String")
|
||||||
})
|
})
|
||||||
@ApiResponses({@ApiResponse(code = 400, message = "请求失败", response = ErrorResult.class)})
|
@ApiResponses({@ApiResponse(code = 400, message = "请求失败", response = ErrorResult.class)})
|
||||||
@GetMapping("listztree")
|
@GetMapping("list-ztree")
|
||||||
public List<ZTreeDTO> listZTree(@RequestHeader("token") String token) {
|
public List<ZTreeDTO> listZTree(@RequestHeader("token") String token) {
|
||||||
return listZTreeRelease();
|
return listZTreeRelease();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user