weather = $weather; } public function index(){ $this->testWeater(); } private function testWeater(){ $response = $this->weather->getWeather('深圳'); dd($response); } }