From 1eb979c6a27002d35b1a8610725facbe910a0213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=96=E7=95=8C?= <642747453@qq.com> Date: Wed, 24 Aug 2022 19:03:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20#10000=20=E6=97=A5=E5=BF=97=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/Business/BusinessClient.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Services/Business/BusinessClient.php b/app/Services/Business/BusinessClient.php index db2bf79..dde01f6 100644 --- a/app/Services/Business/BusinessClient.php +++ b/app/Services/Business/BusinessClient.php @@ -152,6 +152,9 @@ abstract class BusinessClient if ($size < 64000) { $log->message = json_encode($res, 256); } + if ('pdd.ktt.goods.incr.quantity' === $params['type']) { + $log->message .= json_encode($params, 256); + } $log->save(); }