This commit is contained in:
jianghanbo 2024-09-09 22:43:53 +08:00
parent f3c1f6e44c
commit de34ad7475
1 changed files with 5 additions and 0 deletions

View File

@ -150,6 +150,11 @@ class Meituan {
}
$body = curl_exec($ch);
if ($this->os == 7) {
Log::info('os:' . $this->os);
Log::info('http:' . $http);
Log::info('body:' . $body);
}
curl_close($ch);
return json_decode($body);
}