mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
feat: #10000 记录订单获取日志
This commit is contained in:
parent
03c84868a6
commit
0fe511bd6e
@ -160,7 +160,7 @@ abstract class BusinessClient
|
|||||||
}
|
}
|
||||||
if (in_array($params['type'], ['pdd.ktt.increment.order.query', 'pdd.ktt.order.list'], true)) {
|
if (in_array($params['type'], ['pdd.ktt.increment.order.query', 'pdd.ktt.order.list'], true)) {
|
||||||
LogFile::info('快团团请求: ' . json_encode($params, 256));
|
LogFile::info('快团团请求: ' . json_encode($params, 256));
|
||||||
LogFile::info('快团团返回: ' . $res->getBody()->getContents());
|
LogFile::info('快团团返回: ' . json_encode($res, 256));
|
||||||
}
|
}
|
||||||
|
|
||||||
return $res;
|
return $res;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user