push update

This commit is contained in:
Gordon 2022-04-13 18:34:36 +08:00
parent 5b86412407
commit 426ef5cb88

View File

@ -116,6 +116,7 @@ func MsgToUser(pushMsg *pbPush.PushMsgReq) {
} else { } else {
log.NewDebug(pushMsg.OperationID, "offline push return result is ", pushResult, pushMsg.MsgData) log.NewDebug(pushMsg.OperationID, "offline push return result is ", pushResult, pushMsg.MsgData)
} }
break
} }
} }