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:
commit
b90c500bf7
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue