baseUrl = env('UNITTEST_URL', 'http://localhost:8000'); $this->client = new Client([ 'base_uri' => $this->baseUrl, 'timeout' => 5.0, 'http_errors' => false, 'verify' => false // 禁用 SSL 验证 ]); } public function testA() { } }