1
0
mirror of https://gitee.com/zhc02/timely_service.git synced 2025-06-24 20:05:57 +08:00
2019-12-16 17:31:10 +08:00

24 lines
316 B
PHP

<?php
/**
* Created by PhpStorm.
* Author: baihu
* Date: 2019/12/16
* Time: 11:37
*/
namespace app\admin\controller;
class Index extends Base
{
public function index(){
return $this->fetch();
}
public function home(){
return $this->fetch();
}
}