2019-09-06 23:53:10 +08:00

16 lines
279 B
PHP
Executable File

<?php
namespace wstmart\mobile\controller;
/**
* ============================================================================
* 默认控制器
*/
class Juhui extends Base{
/**
* 首页
*/
public function index(){
return $this->fetch('juhui');
}
}