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.
|
- <?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');
|