mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2026-06-20 09:12:35 +08:00
删除文件 app
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace app\controller;
|
||||
|
||||
use think\facade\View;
|
||||
|
||||
class IndexController
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
if (session('?nickname')) {
|
||||
$nickname = session('nickname');
|
||||
View::assign('nickname', $nickname);
|
||||
}
|
||||
return View::fetch();
|
||||
}
|
||||
public function test()
|
||||
{
|
||||
return request()->domain();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user