feat: #10000 日志记录优化

This commit is contained in:
赵世界 2022-08-24 19:03:31 +08:00
parent c2375772cf
commit 1eb979c6a2

View File

@ -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();
}