This commit is contained in:
jhx
2022-08-23 13:58:05 +08:00
parent 9fd8eafe52
commit 1689dfffe9
+3 -1
View File
@@ -12,7 +12,9 @@ class Index
public function test()
{
return 'test';
return json([
'msg' => 'test'
]);
}
public function index(Request $request, $checkIp = null)