This commit is contained in:
Your Name
2020-06-10 13:23:50 +08:00
parent 1371b0a37a
commit 3d19b6129b
477 changed files with 86 additions and 117 deletions

View File

@ -23,6 +23,7 @@ class Index extends Base{
* 首页
*/
public function index(){
echo 'hello';die;
echo request()->ip();die;
$m = new M();
hook('mobileControllerIndexIndex',['getParams'=>input()]);