You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
22
hyhproject/admin/controller/Logsms.php
Executable file
22
hyhproject/admin/controller/Logsms.php
Executable file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
namespace wstmart\admin\controller;
|
||||
use wstmart\admin\model\LogSms as M;
|
||||
/**
|
||||
* ============================================================================
|
||||
* 登录日志控制器
|
||||
*/
|
||||
class Logsms extends Base{
|
||||
|
||||
public function index(){
|
||||
|
||||
return $this->fetch("list");
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取分页
|
||||
*/
|
||||
public function pageQuery(){
|
||||
$m = new M();
|
||||
return WSTGrid($m->pageQuery());
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user