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.
|
1234567891011 |
- <?php
- /**
- * Created by PhpStorm.
- * User: Steven
- * Date: 2017/2/22
- * Time: 10:59
- */
-
- define('ROOT_PATH', dirname(dirname(dirname(__DIR__)))); //项目根目录
- require_once ROOT_PATH . '/ZZCS/Common/zzfxUtils.class.php'; //引入工具类
- zzcsUtils::httpRequest('http://fo.zhizhuchuxing.com/motorcade/gps/upload-gps-data');
|