xyj199509
xyj199509
  • 发布:2025-05-06 11:13
  • 更新:2025-05-06 11:13
  • 阅读:37

push2.0 离线通知不显示

分类:云服务

push2.0在线通知没问题
云函数运行成功,日志显示发送了一条离线通知,但是手机接收不到,权限啥的也全部打开了

校验的时候是已经集成了离线厂商的
请求入参: {
"args": {
"path": "/",
"httpMethod": "POST",
"headers": {
"content-length": "649",
"x5-uuid": "56199bfeca5c01ff3c894cf720d22e50",
"x-client-ip": "121.41.12.160",
"x-forwarded-for": "121.41.12.160, 120.27.173.116, 123.57.117.162",
"accept": "/",
"x-real-ip": "121.41.12.160",
"x-sinfo": "on",
"host": "fc-mp-abde810a-e5ef-4baf-b239-3e10edbf0862.next.bspapp.com",
"content-type": "application/json",
"x-forwarded-by": "172.28.195.30:80"
},
"queryStringParameters": {},
"isBase64Encoded": false,
"body": "{\"request_id\":\"1746500547\",\"cids\":\"73b87ae407bedff7278ad865f0308c6d\",\"title\":\"\u7cfb\u7edf\u63d0\u9192\",\"content\":\"\u8f66\u724c\u53f7\u3010\u6d59AQQQQ1\u3011\u901a\u8fc7\u5ba1\u6838\",\"category\":{\"harmony\":\"MARKETING\"},\"options\":{\"HW\":{\"\/message\/android\/category\":\"ACCOUNT\"},\"HO\":{\"\/android\/targetUserType\":1,\"\/android\/notification\/importance\":\"NORMAL\"},\"VV\":{\"\/category\":\"ORDER\",\"\/extra\/callback.id\":\"\",\"\/extra\/callback.param\":\"vivo\",\"\/notifyType\":4},\"XM\":{\"\/extra.channel_id\":132222},\"OP\":{\"\/channel_id\":\"31710823\"}},\"payload\":{\"page\":\"\/pages\/message\/detail\"},\"data\":{\"page\":\"\/pages\/message\/detail\"},\"force_notification\":true}"
},
"requestId": "ac1cc31e1746500547987149847"
}
[cnlPush/ac1cc31e1746500547987149847/3ms/DEBUG] eventeventeventevent=》 {
path: '/',
httpMethod: 'POST',
headers: {
'content-length': '649',
'x5-uuid': '56199bfeca5c01ff3c894cf720d22e50',
'x-client-ip': '121.41.12.160',
'x-forwarded-for': '121.41.12.160, 120.27.173.116, 123.57.117.162',
accept: '/',
'x-real-ip': '121.41.12.160',
'x-sinfo': 'on',
host: 'fc-mp-abde810a-e5ef-4baf-b239-3e10edbf0862.next.bspapp.com',
'content-type': 'application/json',
'x-forwarded-by': '172.28.195.30:80'
},
queryStringParameters: {},
isBase64Encoded: false,
body: '{"request_id":"1746500547","cids":"73b87ae407bedff7278ad865f0308c6d","title":"\u7cfb\u7edf\u63d0\u9192","content":"\u8f66\u724c\u53f7\u3010\u6d59AQQQQ1\u3011\u901a\u8fc7\u5ba1\u6838","category":{"harmony":"MARKETING"},"options":{"HW":{"\/message\/android\/category":"ACCOUNT"},"HO":{"\/android\/targetUserType":1,"\/android\/notification\/importance":"NORMAL"},"VV":{"\/category":"ORDER","\/extra\/callback.id":"","\/extra\/callback.param":"vivo","\/notifyType":4},"XM":{"\/extra.channel_id":132222},"OP":{"\/channel_id":"31710823"}},"payload":{"page":"\/pages\/message\/detail"},"data":{"page":"\/pages\/message\/detail"},"force_notification":true}'
}
[cnlPush/ac1cc31e1746500547987149847/3ms/DEBUG] {
request_id: '1746500547',
cids: '73b87ae407bedff7278ad865f0308c6d',
title: '系统提醒',
content: '车牌号【浙AQQQQ1】通过审核',
category: { harmony: 'MARKETING' },
options: {
HW: { '/message/android/category': 'ACCOUNT' },
HO: {
'/android/targetUserType': 1,
'/android/notification/importance': 'NORMAL'
},
VV: {
'/category': 'ORDER',
'/extra/callback.id': '',
'/extra/callback.param': 'vivo',
'/notifyType': 4
},
XM: { '/extra.channel_id': 132222 },
OP: { '/channel_id': '31710823' }
},
payload: { page: '/pages/message/detail' },
data: { page: '/pages/message/detail' },
force_notification: true
}
请求响应状态: success

2025-05-06 11:13 负责人:无 分享
已邀请:

要回复问题请先登录注册