Added the function of obtaining user information on the network

This commit is contained in:
xyz
2025-06-11 11:21:08 +08:00
parent 68cd53a80c
commit 24536ca80f
6 changed files with 116 additions and 28 deletions

View File

@ -97,6 +97,12 @@ namespace model
//通过网络获取到用户的个人信息
void getMyselfAsync();
signals:
UserInfo* getMyselfsync();
//
void resetMyself(std::shared_ptr<bite_im::GetUserInfoRsp> resp);
signals:
//自定义信号
void getMyselfDone();
};
} //end namespace model