Impl Send Text Message

This commit is contained in:
Changhua
2022-08-06 17:29:37 +08:00
parent 5f3ba38d87
commit d009d8e294
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -59,9 +59,10 @@ int main()
wcout << L"Message: 接收通知中......" << endl;
WxSetTextMsgCb(onTextMsg);
#if 0
// 测试消息发送
WxSendTextMsg(wxid, at_wxid, content);
WxSendTextMsg(wxid, at_wxid, content);
#if 0
// 发送照片
WxSendImageMsg(wxid, img_path);