- <?php
- /**
- * 发车前15分钟短信通知客户乘车,每分钟执行一次 0 * * * * ?
- */
- define('ROOT_PATH', dirname(__DIR__)); //项目根目录
- require_once ROOT_PATH . '/Common/zzfxUtils.class.php'; //引入工具类
- zzcsUtils::httpRequest('http://dllcs1.zhizhuchuxing.com/api/driver-tour-guide/notify-customer');
|