singal offline push

This commit is contained in:
wangchuxiao
2022-06-06 21:04:11 +08:00
parent 538656fcc7
commit f8b4cbcc13
2 changed files with 12 additions and 6 deletions
-1
View File
@@ -85,7 +85,6 @@ func MsgToUser(pushMsg *pbPush.PushMsgReq) {
content = pushMsg.MsgData.OfflinePushInfo.Title
log.NewDebug(pushMsg.OperationID, utils.GetSelfFuncName(), "xxxx OfflinePushInfo", content)
} else {
log.NewDebug(pushMsg.OperationID, utils.GetSelfFuncName(), "xxxx2222 OfflinePushInfo", content)
switch pushMsg.MsgData.ContentType {
case constant.Text:
content = constant.ContentType2PushContent[constant.Text]