From 0fe511bd6e2dee024e1ec48d0c623671ba86bb24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=96=E7=95=8C?= <642747453@qq.com> Date: Thu, 18 May 2023 16:55:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20#10000=20=E8=AE=B0=E5=BD=95=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E8=8E=B7=E5=8F=96=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/Business/BusinessClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Business/BusinessClient.php b/app/Services/Business/BusinessClient.php index 64c78a5..7b465be 100644 --- a/app/Services/Business/BusinessClient.php +++ b/app/Services/Business/BusinessClient.php @@ -160,7 +160,7 @@ abstract class BusinessClient } if (in_array($params['type'], ['pdd.ktt.increment.order.query', 'pdd.ktt.order.list'], true)) { LogFile::info('快团团请求: ' . json_encode($params, 256)); - LogFile::info('快团团返回: ' . $res->getBody()->getContents()); + LogFile::info('快团团返回: ' . json_encode($res, 256)); } return $res;