getById

@GetMapping(value = ["/{id:\d+}"])
fun getById(@PathVariable id: Long): Menu?

根据 ID 查询菜单

Return

菜单信息

Parameters

id

菜单 ID