feat: add recon message receive and popup function

This commit is contained in:
kradchen
2025-03-07 09:31:57 +08:00
parent 635891eabf
commit 30dbf134dd
5 changed files with 43 additions and 5 deletions

View File

@@ -35,4 +35,11 @@ struct MPPSSetting
};
struct ServerSideMessage
{
int ErrorCode = 0;
std::string MessageContent;
std::string MessageUUID;
};
#endif // __SCAN_H__