Merge pull request !172 from 赵世界/develop
This commit is contained in:
赵世界 2023-05-18 08:55:32 +00:00 committed by Gitee
commit 5290325f5f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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;