提交 4511ad92 authored 作者: chengye's avatar chengye

test

上级 ac53ca5a
...@@ -21,8 +21,8 @@ class Base extends Controller ...@@ -21,8 +21,8 @@ class Base extends Controller
$this->check(); $this->check();
} }
private function check(){ private function check(){
dd("123");
$single = new SingleSign(); $single = new SingleSign();
try { try {
$user = $single->getUserInfo(); $user = $single->getUserInfo();
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
namespace app\admin\controller; namespace app\admin\controller;
use app\admin\model\StaffModel; use app\admin\model\StaffModel;
use think\Exception; use think\Exception;
use think\facade\Cookie; use think\facade\Cookie;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论