统计美化
This commit is contained in:
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user