通达OA定时任务
1.首先在数据库表office_task中配置定时任务
2. 进入task_url配置的文件夹创建定时文件
<?php include_once 'auth.php'; include_once 'inc/utility_all.php'; file_put_contents('D:\MYOA\webroot\test.txt',$TASK_ID.time()."----",FILE_APPEND); update_office_task($TASK_ID, '1', date('Y-m-d H:i:s', time())); echo '+OK';