mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 20:47:56 +08:00
update
This commit is contained in:
@ -20,13 +20,13 @@ class TutorialController extends Controller
|
||||
if ($user->expired_at < time()) {
|
||||
return response([
|
||||
'data' => false
|
||||
])
|
||||
]);
|
||||
}
|
||||
return response([
|
||||
'data' => [
|
||||
'apple_id' => config('v2board.apple_id'),
|
||||
'apple_id_password' => config('v2board.apple_id_password')
|
||||
]
|
||||
])
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user