You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
15
hyhproject/mobile2/controller/Juhui.php
Executable file
15
hyhproject/mobile2/controller/Juhui.php
Executable file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
namespace wstmart\mobile\controller;
|
||||
/**
|
||||
* ============================================================================
|
||||
* 默认控制器
|
||||
*/
|
||||
class Juhui extends Base{
|
||||
/**
|
||||
* 首页
|
||||
*/
|
||||
public function index(){
|
||||
return $this->fetch('juhui');
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user