mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	update: tidalab server sdk
This commit is contained in:
		| @@ -34,6 +34,7 @@ class DeepbworkController extends Controller | ||||
|     // 后端获取用户 | ||||
|     public function user(Request $request) | ||||
|     { | ||||
|         ini_set('memory_limit', -1); | ||||
|         $nodeId = $request->input('node_id'); | ||||
|         $server = ServerV2ray::find($nodeId); | ||||
|         if (!$server) { | ||||
|   | ||||
| @@ -30,6 +30,7 @@ class ShadowsocksTidalabController extends Controller | ||||
|     // 后端获取用户 | ||||
|     public function user(Request $request) | ||||
|     { | ||||
|         ini_set('memory_limit', -1); | ||||
|         $nodeId = $request->input('node_id'); | ||||
|         $server = ServerShadowsocks::find($nodeId); | ||||
|         if (!$server) { | ||||
|   | ||||
| @@ -34,6 +34,7 @@ class TrojanTidalabController extends Controller | ||||
|     // 后端获取用户 | ||||
|     public function user(Request $request) | ||||
|     { | ||||
|         ini_set('memory_limit', -1); | ||||
|         $nodeId = $request->input('node_id'); | ||||
|         $server = ServerTrojan::find($nodeId); | ||||
|         if (!$server) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user