add sendMessage function

This commit is contained in:
xyz
2025-06-18 18:21:23 +08:00
parent c50f574eed
commit 971ab64769
11 changed files with 319 additions and 9 deletions

View File

@ -98,6 +98,8 @@ public:
const QString& name, const QString& lastmessage);
void active() override;
void updateLastMessage(const QString& chatSessionId);
private:
//当前会话Id
QString chatSessionId;