Merge pull request '1' (#918) from feat-IRONFANS-212-Robin into test

Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/service/pulls/918
This commit is contained in:
chenhao 2024-12-18 16:01:40 +08:00
commit b90c500bf7
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ func (handler *NotifBuilderHandler) handleSysAcctCancellationApplied() {
} }
func (handler *NotifBuilderHandler) handleSysStreamerAuthApprovalPassed() { 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) mids := args[0].([]int64)
for _, mid := range mids { for _, mid := range mids {
DefaultService.utilWriteNotifInfo(ctx, consts.SysNotifTemp_StreamerAuthApprovalPassed, mid) DefaultService.utilWriteNotifInfo(ctx, consts.SysNotifTemp_StreamerAuthApprovalPassed, mid)