diff --git a/app/Services/Business/BusinessClient.php b/app/Services/Business/BusinessClient.php index c9cd15d..d00f218 100644 --- a/app/Services/Business/BusinessClient.php +++ b/app/Services/Business/BusinessClient.php @@ -201,7 +201,7 @@ abstract class BusinessClient try { Promise\Utils::unwrap($promises); } catch (\Exception $e) { - \Illuminate\Support\Facades\Log::error("请求过程中出现错误: " . $e->getMessage()); + \Illuminate\Support\Facades\Log::error("快团团请求过程中出现错误: " . $e->getMessage()); } } \Illuminate\Support\Facades\Log::info("快团团请求结束", [time()]);