crontab_game.php 398 B

1234567891011121314
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: L
  5. * Date: 2016/11/24
  6. * Time: 16:12
  7. */
  8. //定时任务,在java定时访问调用
  9. header("Content-Type:text/html; charset=utf-8");
  10. define("FANWE_REQUIRE", true);
  11. require './system/mapi_init.php';
  12. fanwe_require(APP_ROOT_PATH . 'mapi/lib/core/Model.class.php');
  13. Model::$lib = APP_ROOT_PATH . 'mapi/lib/';
  14. echo json_encode(Model::build('games')->crontab());