Skip to content

Commit 8a4a4d0

Browse files
Merge pull request #70 from lglglglgy/main
massage
2 parents a6dea6b + 8b40b6f commit 8a4a4d0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

user_controller.cc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ typedef void (*HandlerFunc)(const Json::Value &, std::string *, int *);
1010
void userInit(std::string username)
1111
{
1212
std::string sender="FlypenTeam";
13-
std::string message="Welcome to flypen! We are glad to see you here!";
14-
sql_addhistory( sender, username, message, "0");
13+
std::string message0="Welcome to flypen! We are glad to see you here!";
14+
std::string message0="Our course design is mainly divided into two modules :1. Chat module; 2. File editing module.We will introduce this module.";
15+
std::string message0="Initially, you only have FlypenTeam. You can send and receive friend requests by going to [More] →[New friends] in the upper left corner.";
16+
std::string message0="To use the file sharing function, you can go to [more] →[Group wiki] in the upper left corner to experience the addition, deletion, modification and checking of files.";
17+
std::string message0="However, do not modify or delete files at will to avoid affecting the experience of others";
18+
sql_addhistory( sender, username, message0, "0");
1519
return ;
1620
}
1721

0 commit comments

Comments
 (0)