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.

7 lines
326 B

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