Merge pull request !229 from 赵世界/feat/2024
This commit is contained in:
赵世界 2024-03-23 07:10:16 +00:00 committed by Gitee
commit f31019bb0a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,6 @@ abstract class BusinessClient
}
if ($promises) {
Promise\Utils::unwrap($promises);
\Illuminate\Support\Facades\Log::info('本次批量同步数量: ' . count($promises));
}
}
}

View File

@ -87,6 +87,7 @@ class KuaiTuanTuan extends BusinessClient
$batchAppendParams[] = $appendParams;
}
$this->batchAsyncPostRequest('https://gw-api.pinduoduo.com/api/router', $batchAppendParams);
Log::info('本次批量同步: ' . json_encode($appendParams, 256));
}
/**