| 1234567891011121314151617181920 |
- ### 任务注册-查询列表
- POST http://127.0.0.1:9999/common/scheduling/task/registered/list/all
- Content-Type: application/json
- ### 任务注册-新增
- POST http://127.0.0.1:9999/common/scheduling/task/registered/add
- Content-Type: application/json
- {
- "beanName": "demoService",
- "methodName": "test1",
- "withParameter": false,
- "description": "测试用..."
- }
- ### 任务注册-删除
- POST http://127.0.0.1:22222/common/scheduling/task/registered/delete
- Content-Type: application/json
- 211340469899235328
|