修改callback编码

This commit is contained in:
ZweiCD 2020-07-17 10:50:12 +08:00
parent a6a32c5d8b
commit be8aa35ed3

View File

@ -639,7 +639,7 @@ class QimenWms extends BaseWms implements WmsInterface
return [
'content' => $body,
'status' => 200,
'headers' => ['Content-Type' => 'xml'],
'headers' => ['Content-Type' => 'utf-8'],
];
}
}