push modify

pull/103/head v1.0.3
Gordon 3 years ago
parent d7f82196dc
commit f65e4aad63

@ -95,6 +95,7 @@ func MsgToUser(sendPbData *pbRelay.MsgToUserReq, OfflineInfo, Options string) {
content = constant.ContentType2PushContent[constant.GroupMsg]
}
default:
content = constant.ContentType2PushContent[constant.Common]
}
pushResult, err := push.JGAccountListPush(UIDList, content, jsonCustomContent, utils.PlatformIDToName(t))
if err != nil {

Loading…
Cancel
Save