输出消息,测试撤回

This commit is contained in:
liuwei
2025-04-30 16:56:57 +08:00
parent 8ec89831a7
commit 483b065f8f

View File

@@ -144,6 +144,7 @@ class MessageMixin(WechatAPIClientBase):
if json_resp.get("Success"):
self.logging.info("发送文字消息: 对方wxid:{} at:{} 内容:{}", wxid, at, content)
data = json_resp.get("Data")
self.logging.info("send msg:{} ", data)
return data.get("List")[0].get("ClientMsgid"), data.get("List")[0].get("Createtime"), data.get("List")[
0].get("NewMsgId")
else: