app_id = $app_id; } protected function getAccessToken() { return TokenModel::where('user_name', $this->app_id)->value('access_token'); } }