主要修复邮箱登陆,

可以根据account搜索用户
添加暂时没做
下一个步 添加 好友
This commit is contained in:
2023-06-07 20:02:54 +08:00
parent 4f71b78676
commit 12cc086093
19 changed files with 1512 additions and 69 deletions

View File

@@ -112,6 +112,13 @@ TEST(fecth_frinds, fecth_frinds_Test) {
}
}
TEST(select_friends_fdb, fecth_frinds_Test) {
auto i = UserFriendsDB();
auto user = i.select_friends(2725096176);
printf("user.value().client_info; %s\n", user.value().client_info.c_str());
printf("user.value().client_info; %lu\n", user.value().account);
}
TEST(MSG_PULL, MSG_PULL__Test) {
MSG::Storage* storage = new MSG::Storage();