|
- <?php
- /**
- * 自动完成出车订单, 每天凌晨 0点 01分执行 0 1 0 * * ?
- */
- define('ROOT_PATH', dirname(__DIR__)); //项目根目录
- require_once ROOT_PATH . '/Common/zzfxUtils.class.php'; //引入工具类
- zzcsUtils::httpRequest('http://dllcs1.zhizhuchuxing.com/api/driver-tour-guide/finish-task');
|