Compare commits
2 Commits
75cf70878a
...
b90c500bf7
Author | SHA1 | Date |
---|---|---|
|
b90c500bf7 | |
|
ed1874ba45 |
|
@ -225,7 +225,7 @@ func (handler *NotifBuilderHandler) handleSysAcctCancellationApplied() {
|
|||
}
|
||||
|
||||
func (handler *NotifBuilderHandler) handleSysStreamerAuthApprovalPassed() {
|
||||
handler.handlerMap[consts.SysNotifTemp_AcctCancellationApplied] = func(ctx *gin.Context, args ...any) {
|
||||
handler.handlerMap[consts.SysNotifTemp_StreamerAuthApprovalPassed] = func(ctx *gin.Context, args ...any) {
|
||||
mids := args[0].([]int64)
|
||||
for _, mid := range mids {
|
||||
DefaultService.utilWriteNotifInfo(ctx, consts.SysNotifTemp_StreamerAuthApprovalPassed, mid)
|
||||
|
|
Loading…
Reference in New Issue