This commit is contained in:
wangchuxiao
2022-04-08 16:15:22 +08:00
parent 3d5e3ce6cf
commit cbe3abeab0
4 changed files with 21 additions and 11 deletions
+1
View File
@@ -103,6 +103,7 @@ func MsgToUser(pushMsg *pbPush.PushMsgReq) {
}
var offlinePusher pusher.OfflinePusher
if config.Config.Push.Getui.Enable {
log.NewInfo(pushMsg.OperationID, utils.GetSelfFuncName(), config.Config.Push.Getui)
offlinePusher = getui.GetuiClient
}
if config.Config.Push.Jpns.Enable {