Index.php 473 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * @copyright Copyright (c) 2017 https://www.sapixx.com All rights reserved.
  4. * @license Licensed (http://www.apache.org/licenses/LICENSE-2.0).
  5. * @author pillar<ltmn@qq.com>
  6. * 文章内容
  7. */
  8. namespace app\ais\controller\home;
  9. use app\common\controller\Home;
  10. use app\ais\model\AisConfig;
  11. class Index extends Home{
  12. /**
  13. * 服务协议
  14. * @return void
  15. */
  16. public function index(){
  17. code($this->is_minapp);
  18. }
  19. }