This commit is contained in:
雷欧(林平凡)
2025-09-04 18:00:43 +08:00
parent c3a23bf6fa
commit 5543b5bcde
3 changed files with 92 additions and 36 deletions

View File

@@ -22,7 +22,6 @@ import org.springframework.stereotype.Component;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.*;
import java.util.concurrent.CompletableFuture;
/**
* @author Leo
@@ -262,6 +261,9 @@ public class WXUtil {
}*/
data.put("msg", string);
data.put("wxid", wxid);
data.put("msgType", msgType);
data.put("fromWxid", fromwxid);
data.put("hiddenTime", hiddenTime);
wxReqDate.setData(data);
// wxReqDate 转成 JSONObject
JSONObject message = JSON.parseObject(JSON.toJSONString(wxReqDate));