Impl Send Image

This commit is contained in:
Changhua
2022-08-12 22:33:16 +08:00
parent 30b4c866f6
commit ac36c9df54
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -78,12 +78,12 @@ int main()
wprintf(L"测试发送消息\n");
WxSendTextMsg(wxid, at_wxid, content);
Sleep(1000); // 等待1秒
#if 0
// 测试发送照片
wprintf(L"测试发送照片\n");
WxSendImageMsg(wxid, img_path);
Sleep(1000); // 等待1秒
#if 0
// 测试获取联系人
auto mContact = WxGetContacts();
printContacts(mContact);