This commit is contained in:
Van0313
2025-05-29 19:41:33 +08:00
parent 84d0dd328a
commit a54a9d1a5d
4 changed files with 111 additions and 38 deletions

View File

@@ -50,8 +50,8 @@ public class WXUtil {
// 搬运群,对外带佣金,不带方案
public static String chatRoom_BY = "50400969285@chatroom";
//群50006079425@chatroom
public static String chatRoom_JD_Order = "49533691813@chatroom";
//群50006079425@chatroomwxid_cfmrk2upjtf3221
public static String chatRoom_JD_Order = "50006079425@chatroom";
/**
* url http://127.0.0.1:7777/DaenWxHook/httpapi/
* 获取微信列表 (X0000)
@@ -223,7 +223,7 @@ public class WXUtil {
// 舵手群48621589056@chatroom"曲莉亚@河南慧推电子商务有限公司、齐学法@河南慧推电子商务有限公司"为企业微信用户,<_wc_custom_link_ href="https://weixin.qq.com/cgi-bin/newreadtemplate?t=work_wechat/about_group">了解更多</_wc_custom_link_>。
chatRoom_xb.put("48621589056@chatroom", "舵手");
String messageContent = "Jarvis 重启完成 [亲亲][亲亲][亲亲] ";
String messageContent = "Jarvis 更新完成 [亲亲][亲亲][亲亲] ";
String fromWxid = default_bot_wxid; // 来源为机器人自身
for (SuperAdmin admin : super_admins.values()) {
try {