From 03c84868a6bc7a3142bbdea7686927da97f33af3 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:50:31 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/Services/Business/BusinessClient.php b/app/Services/Business/BusinessClient.php index 0870461..64c78a5 100644 --- a/app/Services/Business/BusinessClient.php +++ b/app/Services/Business/BusinessClient.php @@ -158,6 +158,10 @@ abstract class BusinessClient } $log->save(); } + 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()); + } return $res; }