commit
33f353b6e9
@ -152,6 +152,9 @@ abstract class BusinessClient
|
|||||||
if ($size < 64000) {
|
if ($size < 64000) {
|
||||||
$log->message = json_encode($res, 256);
|
$log->message = json_encode($res, 256);
|
||||||
}
|
}
|
||||||
|
if ('pdd.ktt.goods.incr.quantity' === $params['type']) {
|
||||||
|
$log->message .= json_encode($params, 256);
|
||||||
|
}
|
||||||
$log->save();
|
$log->save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user