This commit is contained in:
Robin 2024-12-18 16:01:20 +08:00
parent a194bc0229
commit ed1874ba45
1 changed files with 1 additions and 1 deletions

View File

@ -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)