mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -53,14 +53,14 @@ class TutorialController extends Controller | |||||||
|         $response = [ |         $response = [ | ||||||
|             'data' => [ |             'data' => [ | ||||||
|                 'tutorials' => $tutorial, |                 'tutorials' => $tutorial, | ||||||
|                 'subscribe_url' => config('v2board.subscribe_url', config('v2board.app_url', env('APP_URL'))) . '/api/v1/client/subscribe?token=' . $user['token'] |                 'safe_area_var' => [ | ||||||
|  |                     'subscribe_url' => config('v2board.subscribe_url', config('v2board.app_url', env('APP_URL'))) . '/api/v1/client/subscribe?token=' . $user['token'] | ||||||
|  |                 ] | ||||||
|             ] |             ] | ||||||
|         ]; |         ]; | ||||||
|         if ($user->expired_at > time()) { |         if ($user->expired_at > time()) { | ||||||
|             $response['data']['apple_id'] = [ |             $response['data']['safe_area_var']['apple_id'] = config('v2board.apple_id'); | ||||||
|                 'apple_id' => config('v2board.apple_id'), |             $response['data']['safe_area_var']['apple_id_password'] = config('v2board.apple_id_password'); | ||||||
|                 'apple_id_password' => config('v2board.apple_id_password') |  | ||||||
|             ]; |  | ||||||
|         } |         } | ||||||
|         return response($response); |         return response($response); | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user