This commit is contained in:
Leo
2024-11-16 18:39:30 +08:00
parent f1d23bfe96
commit 5bc8e276fd

View File

@@ -106,7 +106,7 @@ public class WXUtil {
count++;
// 如果是自己的微信,所有信息都加上少爷
if (wxid.equals(super_admin_wxid) || fromwxid.equals(super_admin_wxid)) {
string = "超管: 凡 \r\n" + string;
string = "超管: 凡 \r\n" + string;
}
//JSONObject wxList = getWxList();
//JSONObject wxBotInfo = (JSONObject) wxList.getJSONArray("result").get(0);