RegisteredTaskController接口测试.http 505 B

1234567891011121314151617181920
  1. ### 任务注册-查询列表
  2. POST http://127.0.0.1:9999/common/scheduling/task/registered/list/all
  3. Content-Type: application/json
  4. ### 任务注册-新增
  5. POST http://127.0.0.1:9999/common/scheduling/task/registered/add
  6. Content-Type: application/json
  7. {
  8. "beanName": "demoService",
  9. "methodName": "test1",
  10. "withParameter": false,
  11. "description": "测试用..."
  12. }
  13. ### 任务注册-删除
  14. POST http://127.0.0.1:22222/common/scheduling/task/registered/delete
  15. Content-Type: application/json
  16. 211340469899235328