作者 刘锟

Merge remote-tracking branch 'origin/master' into akun

@@ -64,7 +64,7 @@ class RankData extends BaseCommands @@ -64,7 +64,7 @@ class RankData extends BaseCommands
64 foreach ($list as $item) { 64 foreach ($list as $item) {
65 Log::channel('rank_data')->info('项目开始:ID' . $item['project_id'] .' - '. $item['api_no']) . ''; 65 Log::channel('rank_data')->info('项目开始:ID' . $item['project_id'] .' - '. $item['api_no']) . '';
66 try { 66 try {
67 - (new RankDataLogic())->syncRankData($item['api_no'], $site_res); 67 + (new RankDataLogic())->syncRankData($item['api_no'], $site_res, true);
68 } catch (\Exception $e) { 68 } catch (\Exception $e) {
69 Log::channel('rank_data')->error('RankData:失败 ' . $item['api_no'] . $e->getMessage()); 69 Log::channel('rank_data')->error('RankData:失败 ' . $item['api_no'] . $e->getMessage());
70 $error++; 70 $error++;