|
...
|
...
|
@@ -64,9 +64,7 @@ class FormGlobalsoApi |
|
|
|
$params['name'] = $search;
|
|
|
|
}
|
|
|
|
try {
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($params, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
$res = HttpUtils::get($api_url, $params);
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($res, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
$res = Arr::s2a($res);
|
|
|
|
} catch (\Exception | GuzzleException $e) {
|
|
|
|
errorLog('询盘列表', $params, $e);
|
...
|
...
|
|