输出消息,测试撤回
This commit is contained in:
@@ -144,6 +144,7 @@ class MessageMixin(WechatAPIClientBase):
|
|||||||
if json_resp.get("Success"):
|
if json_resp.get("Success"):
|
||||||
self.logging.info("发送文字消息: 对方wxid:{} at:{} 内容:{}", wxid, at, content)
|
self.logging.info("发送文字消息: 对方wxid:{} at:{} 内容:{}", wxid, at, content)
|
||||||
data = json_resp.get("Data")
|
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")[
|
return data.get("List")[0].get("ClientMsgid"), data.get("List")[0].get("Createtime"), data.get("List")[
|
||||||
0].get("NewMsgId")
|
0].get("NewMsgId")
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user