mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-19 00:01:00 +08:00
oauth basic
This commit is contained in:
@@ -22,4 +22,9 @@ class ToolController extends Controller
|
||||
return $this->success($result);
|
||||
}
|
||||
|
||||
public function test(Request $request)
|
||||
{
|
||||
dd($request->all());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user