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.
 
 
 
 

12 lines
373 B

  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: Steven
  5. * Date: 2016/12/26
  6. * Time: 14:25
  7. */
  8. define('ROOT_PATH', dirname(dirname(dirname(__DIR__)))); //项目根目录
  9. require_once ROOT_PATH . '/ZZCS/Common/zzfxUtils.class.php'; //引入工具类
  10. require_once __DIR__.'/../domain.php';
  11. zzcsUtils::httpRequest('http://'. CS1_DOMAIN. '/hotel/report/update-statistics-data');