You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2023. It is now read-only.
* \return response string containing the code of the operation (success/fail), and update data format: error_code:delimit1:online_users:delimit1:private_msg:public_msg
37
+
* If the token a valid one, it will update user last activity time,
38
+
*/
21
39
std::string updateUser(const std::string token);
40
+
/**
41
+
* \param request message string request sent by client, format: TOKEN:delimiter1:TARGET:delimiter1:This is the message:delimiter1:
42
+
* \return response string containing the code of the operation (success/fail)
43
+
*
44
+
* If the request information is valid, it will send message from the token user to the target user
0 commit comments