by Robin at 20241107
This commit is contained in:
parent
a9f548d600
commit
d685855fc8
|
@ -31,6 +31,7 @@ func NewNotifBuilderHandler() *NotifBuilderHandler {
|
|||
}
|
||||
|
||||
func (handler *NotifBuilderHandler) init() {
|
||||
handler.handlerMap = make(map[int64]func(ctx *gin.Context, args ...any))
|
||||
handler.handleSysNotifCancelNotif()
|
||||
handler.handleSysFirstLogin()
|
||||
handler.handleSysStreamerPunished()
|
||||
|
|
Loading…
Reference in New Issue