mirror of
https://github.com/v2board/v2board.git
synced 2025-01-25 15:39:10 +08:00
update
This commit is contained in:
parent
f74c25c44f
commit
715e0175cf
@ -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')
|
||||
]
|
||||
])
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user