This commit is contained in:
hackrobot
2024-04-28 14:53:21 +08:00
parent 9371fdd8a2
commit c7fd05fa91

View File

@@ -53,6 +53,8 @@ def chatglmApi(msg, data, group, account_wxid, wxid, wx_name):
if "@异度世界" in msg:
newmsg = re.sub(r"@异度世界\[@emoji=\d+\]", "", msg)
else:
newmsg=msg
print("newmsg=====>", newmsg)
payload = {'query': newmsg}