fix
This commit is contained in:
@@ -9,6 +9,7 @@ type EventType string
|
||||
|
||||
const (
|
||||
UserEmailRegister EventType = "E_USER_EMAIL_REGISTER" // 用户注册
|
||||
UserResetToken EventType = "E_USER_RESET_TOKEN" // 用户重置密码成功通知
|
||||
)
|
||||
|
||||
// WebsocketEvent 所有事件都必须继承这个结构体
|
||||
|
||||
Reference in New Issue
Block a user