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.

19 lines
626 B

  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: Steven
  5. * Date: 2017/3/1
  6. * Time: 16:46
  7. *
  8. * 部分酒店基础房型库存预警
  9. */
  10. define('ROOT_PATH', dirname(__DIR__)); //项目根目录
  11. require_once ROOT_PATH . '/Common/zzfxUtils.class.php'; //引入工具类
  12. zzcsUtils::httpRequest('http://dllcs1.zhizhuchuxing.com/hotel/hotel/room-count-warning');
  13. /*
  14. * 0,5-23 * * * php /usr/share/nginx/Cron/motocade/uploadGpsDataNew.php >>/usr/share/nginx/Cron/Log/uploadGpsDataNew.log 2>&1
  15. * 0,5-23 * * * sleep 25 ;php /usr/share/nginx/Cron/motocade/uploadGpsDataNew.php >>/usr/share/nginx/Cron/Log/uploadGpsDataNew.log 2>&1
  16. */