mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update: backend language and order result page
This commit is contained in:
		| @@ -14,7 +14,7 @@ class PlanController extends Controller | ||||
|             $plan = Plan::where('id', $request->input('id')) | ||||
|                 ->first(); | ||||
|             if (!$plan) { | ||||
|                 abort(500, '该订阅不存在'); | ||||
|                 abort(500, __('user.plan.fetch.plan_not_exist')); | ||||
|             } | ||||
|             return response([ | ||||
|                 'data' => $plan | ||||
|   | ||||
		Reference in New Issue
	
	Block a user