主要修复邮箱登陆,
可以根据account搜索用户 添加暂时没做 下一个步 添加 好友
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user