edit
This commit is contained in:
parent
ed1278a5e3
commit
5065a4d74a
|
@ -559,5 +559,27 @@ class Common extends BaseController
|
|||
|
||||
return app('json')->success($menusList);
|
||||
}
|
||||
|
||||
public function auth()
|
||||
{
|
||||
return app('json')->success([
|
||||
'authCode' => '1',
|
||||
'day' => 0,
|
||||
'status' => 1
|
||||
]);
|
||||
}
|
||||
|
||||
public function authCopyright()
|
||||
{
|
||||
return app('json')->success([
|
||||
'copyright_status' => 'ZC5979798',
|
||||
'status' => 1
|
||||
]);
|
||||
}
|
||||
|
||||
public function check_auth()
|
||||
{
|
||||
return app('json')->success();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue