feat: #10000 记录订单获取日志

This commit is contained in:
赵世界 2023-05-18 16:55:04 +08:00
parent 03c84868a6
commit 0fe511bd6e

View File

@ -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;