request->post(); $param_list = ['account'=>'string','password'=>'string']; HelperService::diffParam($param_list,$post); $AuthService = new AuthService(); $res = $AuthService->checkAuth($post); die(HelperService::returnParam($res)); } }