From c7f15b88ba700d7552f52f87d1b91122322874cd Mon Sep 17 00:00:00 2001 From: ZweiCD <416931358@qq.com> Date: Wed, 29 Jul 2020 11:50:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/QimenWms.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/QimenWms.php b/src/QimenWms.php index 2872f21..9a44144 100644 --- a/src/QimenWms.php +++ b/src/QimenWms.php @@ -419,6 +419,7 @@ class QimenWms extends BaseWms implements WmsInterface final protected function post($body, $params = [], $headers = ['content-type' => 'text/xml; charset = utf-8'], $ret = []) { $url = $this->config['base_uri']; $url = $url . http_build_query($params); + app('log')->info('php-wms-client-url', ['data' => $url]); $data = [ 'body' => $body, 'headers' => $headers,