可以支持http接口投递任务吗 这样可以在其他系统投递任务了
Closed this issue · 3 comments
ZGINMADAO commented
可以支持http接口投递任务吗 这样可以在其他系统投递任务了
iwannay commented
什么意思?
wxy545812093 commented
什么意思?
他意思是:想在第三方系统里直接调用jiacrontab系统的任务维护API(如 curl -d "xxxx" https://xx.com/task/create),以达到不用进jiacrontab 管理后台就能发布任务。
iwannay commented
什么意思?
他意思是:想在第三方系统里直接调用jiacrontab系统的任务维护API(如 curl -d "xxxx" https://xx.com/task/create),以达到不用进jiacrontab 管理后台就能发布任务。
可以直接通过http调用接口创建任务的