0510 15:15 gtest邮件可发送 创建session类 记录全局链接会话 时间轮记录session超时。
邮件验证码 可以发送 c端test 没写 验证验证码注册还未完成
This commit is contained in:
@@ -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));
|
||||
|
||||
// 用户添加好友群组类操作
|
||||
|
||||
Reference in New Issue
Block a user