Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- <?php
- /**
- * Created by PhpStorm.
- * User: Steven
- * Date: 2017/3/12
- * Time: 13:25
- */
-
-
- define('ROOT_PATH', dirname(__DIR__)); //项目根目录
- require_once ROOT_PATH . '/Common/zzfxUtils.class.php'; //引入工具类
- $res = zzcsUtils::httpRequest('http://dllfo.zhizhuchuxing.com/motorcade/bus/sync-bus-order');
- // $res = zzcsUtils::httpRequest('http://fo.zhizhuchuxing.com/motorcade/bus/sync-bus-order-tem'); //临时
- zzcsUtils::writeLog($res);
|