Commit a6681391 by 杨昕

test

parent 2cb9e3d4
Pipeline #10844 passed with stages
in 44 seconds
......@@ -20,6 +20,8 @@ class PrivilegeController extends Controller
{
$url = getRbac($request,'api/open/check');
var_dump(Auth::user());
$data['appid'] = $request->appid;
$data['uid'] = Auth::user()->mis_uid;
$data['tree'] = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment