日志
This commit is contained in:
parent
7a3735bc0d
commit
3b0f8b16f4
|
@ -406,6 +406,7 @@ class QimenWms extends BaseWms implements WmsInterface
|
||||||
];
|
];
|
||||||
$xml = Array2XML::createXML('request', $params);
|
$xml = Array2XML::createXML('request', $params);
|
||||||
$body = $xml->saveXML();
|
$body = $xml->saveXML();
|
||||||
|
app('log')->info('php-wms-client-body', ['request_body' => $body]);
|
||||||
$sign = $this->createSign($query, $body);
|
$sign = $this->createSign($query, $body);
|
||||||
$query['sign'] = $sign;
|
$query['sign'] = $sign;
|
||||||
$response = $this->post($body, $query);
|
$response = $this->post($body, $query);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user