Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

14 rader
453 B

  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: Steven
  5. * Date: 2017/3/12
  6. * Time: 13:25
  7. */
  8. define('ROOT_PATH', dirname(__DIR__)); //项目根目录
  9. require_once ROOT_PATH . '/Common/zzfxUtils.class.php'; //引入工具类
  10. $res = zzcsUtils::httpRequest('http://dllfo.zhizhuchuxing.com/motorcade/bus/sync-bus-order');
  11. // $res = zzcsUtils::httpRequest('http://fo.zhizhuchuxing.com/motorcade/bus/sync-bus-order-tem'); //临时
  12. zzcsUtils::writeLog($res);