Merge branch 'master' of http://47.244.231.31:8099/zhl/globalso-v6
正在显示
2 个修改的文件
包含
2 行增加
和
1 行删除
| @@ -106,6 +106,7 @@ class CountAll extends Command | @@ -106,6 +106,7 @@ class CountAll extends Command | ||
| 106 | if($inquiry_list == false){ | 106 | if($inquiry_list == false){ |
| 107 | return false; | 107 | return false; |
| 108 | } | 108 | } |
| 109 | + echo date('Y-m-d H:i:s') . '拉取询盘状态:' .$inquiry_list['status'] . PHP_EOL; | ||
| 109 | if($inquiry_list['status'] == self::STATUS_ERROR){ | 110 | if($inquiry_list['status'] == self::STATUS_ERROR){ |
| 110 | $arr['inquiry_num'] = 0; | 111 | $arr['inquiry_num'] = 0; |
| 111 | $countryArr = []; | 112 | $countryArr = []; |
| @@ -70,7 +70,7 @@ class FormGlobalsoApi | @@ -70,7 +70,7 @@ class FormGlobalsoApi | ||
| 70 | $res = HttpUtils::get($api_url, $params); | 70 | $res = HttpUtils::get($api_url, $params); |
| 71 | $res = Arr::s2a($res); | 71 | $res = Arr::s2a($res); |
| 72 | } catch (\Exception | GuzzleException $e) { | 72 | } catch (\Exception | GuzzleException $e) { |
| 73 | - errorLog('询盘列表', $params, $e); | 73 | + errorLog('询盘列表'.$api_url, $params, $e); |
| 74 | return false; | 74 | return false; |
| 75 | } | 75 | } |
| 76 | return $res; | 76 | return $res; |
-
请 注册 或 登录 后发表评论