正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -63,6 +63,7 @@ class RecommendedSuppliers extends Command | @@ -63,6 +63,7 @@ class RecommendedSuppliers extends Command | ||
| 63 | if($keywordInfo !== false){ | 63 | if($keywordInfo !== false){ |
| 64 | continue; | 64 | continue; |
| 65 | } | 65 | } |
| 66 | + echo date('Y-m-d H:i:s') . '开始:'.$v['project_id'] . PHP_EOL; | ||
| 66 | $this->savePurchaser($v['id'],$info['title']); | 67 | $this->savePurchaser($v['id'],$info['title']); |
| 67 | DB::disconnect('custom_mysql'); | 68 | DB::disconnect('custom_mysql'); |
| 68 | } | 69 | } |
| @@ -95,6 +96,7 @@ class RecommendedSuppliers extends Command | @@ -95,6 +96,7 @@ class RecommendedSuppliers extends Command | ||
| 95 | 'total'=>$this->param['row'] ?? 10, | 96 | 'total'=>$this->param['row'] ?? 10, |
| 96 | ]; | 97 | ]; |
| 97 | $res = http_post($url,json_encode($param)); | 98 | $res = http_post($url,json_encode($param)); |
| 99 | + echo date('Y-m-d H:i:s') . '开始:'.json_encode($res) . PHP_EOL; | ||
| 98 | if(!empty($res) && $res['code'] == 200){ | 100 | if(!empty($res) && $res['code'] == 200){ |
| 99 | $saveData = [ | 101 | $saveData = [ |
| 100 | 'project_id'=>$project_id, | 102 | 'project_id'=>$project_id, |
-
请 注册 或 登录 后发表评论