|
12345678910111213 |
- <?php
- /**
- * Created by PhpStorm.
- * 挂靠协议 每天自动生成挂靠费用
- * User: wangxj
- * 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/auto/auto-finish-bus-order');
- zzcsUtils::writeLog($res);
|