This commit is contained in:
Gordon
2022-02-25 19:49:38 +08:00
parent 4f01b0b2ad
commit 2775d9b78a
4 changed files with 10 additions and 12 deletions
+1
View File
@@ -47,6 +47,7 @@ func MsgToUser(pushMsg *pbPush.PushMsgReq) {
}
}
log.InfoByKv("push_result", pushMsg.OperationID, "result", wsResult, "sendData", pushMsg.MsgData)
count++
//if isOfflinePush && pushMsg.PushToUserID != pushMsg.MsgData.SendID {
// for _, v := range wsResult {
// if v.ResultCode == 0 {