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