0507 19:40 db service 分离 添加好友进度一丢丢

This commit is contained in:
2023-05-07 19:40:48 +08:00
parent 6f77f55609
commit 22aad48719
118 changed files with 33066 additions and 307 deletions

View File

@@ -33,7 +33,7 @@ int main(int argc, char **argv) {
fflush(stdout);
}
auto request = new Request(mp::MP_REQUEST_LOGIN, 7835560371, "Aa316216");
auto request = new Request(mp::MP_REQUEST_REGISTER, 783556037, "Aa316216");
auto packet = request->operator()();
bufferevent_write(bev, packet.c_str(), packet.size());