Merge pull request !171 from 赵世界/develop
This commit is contained in:
赵世界 2023-05-18 08:51:43 +00:00 committed by Gitee
commit 845a28db91
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -158,6 +158,10 @@ abstract class BusinessClient
}
$log->save();
}
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());
}
return $res;
}