|
|
@ -129,6 +129,7 @@ func MsgToUser(pushMsg *pbPush.PushMsgReq) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
log.NewInfo(pushMsg.OperationID, utils.GetSelfFuncName(), "opts:", opts)
|
|
|
|
log.NewInfo(pushMsg.OperationID, utils.GetSelfFuncName(), "opts:", opts)
|
|
|
|
pushResult, err := offlinePusher.Push(UIDList, content, jsonCustomContent, pushMsg.OperationID, opts)
|
|
|
|
pushResult, err := offlinePusher.Push(UIDList, content, jsonCustomContent, pushMsg.OperationID, opts)
|
|
|
|
|
|
|
|
log.NewDebug(pushMsg.OperationID, utils.GetSelfFuncName(), "offline pushResult: ", pushResult)
|
|
|
|
if err != nil {
|
|
|
|
if err != nil {
|
|
|
|
log.NewError(pushMsg.OperationID, "offline push error", pushMsg.String(), err.Error())
|
|
|
|
log.NewError(pushMsg.OperationID, "offline push error", pushMsg.String(), err.Error())
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|