This commit is contained in:
ZweiCD 2020-07-21 15:39:31 +08:00
parent 7a3735bc0d
commit 3b0f8b16f4

View File

@ -406,6 +406,7 @@ class QimenWms extends BaseWms implements WmsInterface
];
$xml = Array2XML::createXML('request', $params);
$body = $xml->saveXML();
app('log')->info('php-wms-client-body', ['request_body' => $body]);
$sign = $this->createSign($query, $body);
$query['sign'] = $sign;
$response = $this->post($body, $query);