UPDATE: VERSION-20260327

This commit is contained in:
libertyspy
2026-03-27 10:03:07 +08:00
parent 505092bcf4
commit 27c8fc13c6

View File

@@ -42,6 +42,12 @@ public class BehaviortreeController extends BaseController
@Autowired
private BehaviortreeProcessor behaviortreeProcessor;
@GetMapping(value = "/platform/{id}")
public AjaxResult fromPlatform(@PathVariable("id") Integer id)
{
return success(behaviortreeService.findOneByPlatformId(id));
}
/**
* 查询行为树主列表
*/