统计美化

This commit is contained in:
Leo
2025-03-16 20:14:23 +08:00
parent 6d8962e006
commit 1c4259e13f

View File

@@ -54,7 +54,7 @@ public class MessageConsumerService implements RocketMQListener<JSONObject> {
// 4. 发送请求(保持原有) // 4. 发送请求(保持原有)
String responseStr; String responseStr;
responseStr = HttpRequest.post(WX_BASE_URL).body(message.toJSONString()).execute().body(); responseStr = HttpRequest.post(WX_BASE_URL).body(message.toJSONString()).execute().charset("UTF-8").body();
// ... [保持原有响应处理逻辑] // ... [保持原有响应处理逻辑]
if (ObjectUtil.isNotEmpty(responseStr)) { if (ObjectUtil.isNotEmpty(responseStr)) {