修改理由:

baidu->高德

相关信息:


此投稿已在 5年前 合并。

内容修改:

红色背景 为原始内容

绿色背景 为新增或者修改的内容

OldNewDifferences
236236       $client = \Mockery::mock(Client::class);
237237
238238       // 指定将会产生的形为(在后续的测试中将会按下面的参数来调用)。
239        $client->allows()->get('http://api.map.baidu.com/telematics/v3/weather', [
 239       $client->allows()->get('https://restapi.amap.com/v3/weather/weatherInfo', [
240240           'query' => [
241241               'key' => 'mock-key',
242242               'city' => '深圳',