request = $request; $this->master = isset($request->master) ? $request->master : null; $this->data = isset($request->data) ? $request->data : []; $this->app = isset($request->app) ? $request->app : []; $this->platform = Config::get('platform.default_check_gateway'); $this->_initialize(); } public function __call($name, $arguments) { // TODO: Implement __call() method. } /*public function checkMember($memberID = '') { if($this->member['id'] != $memberID) { throw new AppException(-7778, '没有权限'); } }*/ }