打印奇门请求返回数据日志
This commit is contained in:
parent
3b0f8b16f4
commit
06596a1940
|
@ -411,6 +411,7 @@ class QimenWms extends BaseWms implements WmsInterface
|
||||||
$query['sign'] = $sign;
|
$query['sign'] = $sign;
|
||||||
$response = $this->post($body, $query);
|
$response = $this->post($body, $query);
|
||||||
$content = $response->getBody()->getContents();
|
$content = $response->getBody()->getContents();
|
||||||
|
app('log')->info('php-wms-client-response', ['response_content' => $content]);
|
||||||
|
|
||||||
return $this->getResponse($content);
|
return $this->getResponse($content);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user