登录校验
This commit is contained in:
@@ -46,4 +46,17 @@ class UserController extends Controller
|
||||
|
||||
return $this->success($user->privacy);
|
||||
}
|
||||
|
||||
public function download(): JsonResponse
|
||||
{
|
||||
return $this->success('https://www.uzchain.tech?invite='.Api::user()->username);
|
||||
}
|
||||
|
||||
public function email()
|
||||
{
|
||||
}
|
||||
|
||||
public function mobile()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user