|
- <?php
- /**
- * Created by PhpStorm.
- * User: Steven
- * Date: 2017/2/22
- * Time: 10:59
- * 定时任务
- * 车辆运营管理系统-定时上传GPS数据
- */
-
- define('ROOT_PATH', dirname(__DIR__)); //项目根目录
- require_once ROOT_PATH . '/Common/zzfxUtils.class.php'; //引入工具类
- $res = zzcsUtils::httpRequest('http://dllfo.zhizhuchuxing.com/motorcade/gps/upload-gps-data');
- zzcsUtils::writeLog($res);
|