Compare commits

...

2 Commits

Author SHA1 Message Date
chenhao b90c500bf7 Merge pull request '1' (#918) from feat-IRONFANS-212-Robin into test
Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/service/pulls/918
2024-12-18 16:01:40 +08:00
Robin ed1874ba45 1 2024-12-18 16:01:20 +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)