| 12345678910111213 |
- <?php
- return [
- 'Title' => '任务标题',
- 'Maximums' => '最多执行',
- 'Sleep' => '延迟秒数',
- 'Schedule' => '执行周期',
- 'Executes' => '执行次数',
- 'Execute time' => '执行时间',
- 'Request Url' => '请求URL',
- 'Execute Sql Script' => '执行SQL',
- 'Execute Shell' => '执行Shell',
- ];
|