0510 15:15 gtest邮件可发送 创建session类 记录全局链接会话 时间轮记录session超时。

邮件验证码 可以发送 c端test 没写  验证验证码注册还未完成
This commit is contained in:
2023-05-10 16:07:31 +08:00
parent 12d889fd52
commit ba80c3954d
22 changed files with 797 additions and 109 deletions

View File

@@ -22,7 +22,7 @@ mapping::mapping() {
map.insert( std::pair<mp::MP_TYPE, handler*>(mp::MP_REQUEST_LOGOUT, userProve));
// 验证码
auto peVerifCode = new PEVerifCode();
auto peVerifCode = new PEVerifCodeController();
map.insert( std::pair<mp::MP_TYPE, handler*>(mp::MP_REQUEST_PE_CODE, peVerifCode));
// 用户添加好友群组类操作