加入群聊

This commit is contained in:
Leo
2025-04-05 15:39:37 +08:00
parent ae46ce4a98
commit 85c8cbd238

View File

@@ -1060,7 +1060,7 @@ public class JDUtil {
String transferUrl = transfer(skuId, giftKey);
wxUtil.sendTextMessage(fromWxid, "附带礼金的链接:\n" + transferUrl, 1, fromWxid, false);
wxUtil.sendTextMessage(fromWxid, "附带礼金的方案:\n" + finalWenAn.replaceAll(jsonObject.getString("url"), transferUrl), 1, fromWxid, false);
wxUtil.sendTextMessage(fromWxid, "附带礼金的方案:\n" + finalWenAn.replaceAll(jsonObject.getString("url"), transferUrl), 1, fromWxid, true);
state.reset();
userInteractionStates.put(key, state); // 在外部保存
} else {