{include file="app/manage/view/index/emlog_nav"}
# 每分钟触发一次(执行所有到点任务)
* * * * * curl -s "{htmlspecialchars($runUrl, ENT_QUOTES, 'UTF-8')}" >/dev/null 2>&1
# 或指定执行单个任务(id 替换为任务 ID)
# * * * * * curl -s "{htmlspecialchars($runUrl, ENT_QUOTES, 'UTF-8')}&id=3" >/dev/null 2>&1
重置令牌