1 #918

Merged
chenhao merged 1 commits from feat-IRONFANS-212-Robin into test 2024-12-18 16:01:41 +08:00
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)