跳到主要内容
版本:latest

get_crontab_service

检查系统 crond 服务的运行状态。

  • 路由POST /crontab
  • actionget_crontab_service

输出参数

参数名称类型描述
statusBooleantrue 查询成功
dataObject{"status": 1} 运行中 / {"status": 0} 已停止

示例

{"status": true, "msg": "", "data": {"status": 0}}