This commit is contained in:
2020-01-14 19:38:31 +08:00
committed by JerryYan
parent 7015ca6535
commit a8b1c746c5
3 changed files with 15 additions and 14 deletions

View File

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