Impl login

This commit is contained in:
Changhua
2022-08-06 16:49:37 +08:00
parent 9848097058
commit 1028150f1f
5 changed files with 21 additions and 8 deletions
+2 -2
View File
@@ -56,7 +56,7 @@ int main()
if (status != 0) {
return 0;
}
#if 0
wcout << L"Message: 接收通知中......" << endl;
WxSetTextMsgCb(onTextMsg);
@@ -69,7 +69,7 @@ int main()
// 测试联系人获取
auto mContact = WxGetContacts();
printContacts(mContact);
#endif
while (1) {
Sleep(10000); // 休眠,释放CPU
}