Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@@ -139,7 +139,7 @@ public class WeixinMPServiceImpl implements WeixinMPService {
}
- response.setContentType("text/html");
+ response.setContentType("text/html; charset=UTF-8");
result = XmlUtil.mapToXmlStr(ret);
} catch (Exception e) {