You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
491 B

  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: Steven
  5. * Date: 2017/4/4
  6. * Time: 17:31
  7. */
  8. define('ROOT_PATH', dirname(__DIR__)); //项目根目录
  9. require_once ROOT_PATH . '/Common/zzfxUtils.class.php'; //引入工具类
  10. $date = date('Y-m-d', '+1 days');
  11. $param = array(
  12. 'date' => $date
  13. );
  14. $res = zzcsUtils::httpsPost('http://dllfo.zhizhuchuxing.com//motorcade/zizai/auto-order', $param);
  15. if (!$res) {
  16. zzcsUtils::sendMessageToRTX('定时任务之生成出车任务异常',$res);
  17. }