mirror of
https://github.com/v2board/v2board.git
synced 2025-02-04 12:39:12 +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()) {
|
if ($user->expired_at < time()) {
|
||||||
return response([
|
return response([
|
||||||
'data' => false
|
'data' => false
|
||||||
])
|
]);
|
||||||
}
|
}
|
||||||
return response([
|
return response([
|
||||||
'data' => [
|
'data' => [
|
||||||
'apple_id' => config('v2board.apple_id'),
|
'apple_id' => config('v2board.apple_id'),
|
||||||
'apple_id_password' => config('v2board.apple_id_password')
|
'apple_id_password' => config('v2board.apple_id_password')
|
||||||
]
|
]
|
||||||
])
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user