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.

7 lines
312 B

  1. <?php
  2. /**
  3. * 自动完成出车订单, 每天凌晨 0点 01分执行 0 1 0 * * ?
  4. */
  5. define('ROOT_PATH', dirname(__DIR__)); //项目根目录
  6. require_once ROOT_PATH . '/Common/zzfxUtils.class.php'; //引入工具类
  7. zzcsUtils::httpRequest('http://dllcs1.zhizhuchuxing.com/api/driver-tour-guide/finish-task');