From be8aa35ed33cb0b628b040736cf8b46c83fe47fa Mon Sep 17 00:00:00 2001 From: ZweiCD <416931358@qq.com> Date: Fri, 17 Jul 2020 10:50:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9callback=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/QimenWms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QimenWms.php b/src/QimenWms.php index 1bca641..5ba935a 100644 --- a/src/QimenWms.php +++ b/src/QimenWms.php @@ -639,7 +639,7 @@ class QimenWms extends BaseWms implements WmsInterface return [ 'content' => $body, 'status' => 200, - 'headers' => ['Content-Type' => 'xml'], + 'headers' => ['Content-Type' => 'utf-8'], ]; } }