This commit is contained in:
哆啦好梦
2023-03-31 19:49:12 +08:00
parent 13aa9c24ec
commit b239556e2a
3 changed files with 35 additions and 1 deletions

View File

@@ -701,6 +701,16 @@ class ExampleController extends Controller {
return;
}
/**
* 创建任务池
*/
createJobPool (args, event) {
return;
}
/**
* 测试接口
*/