我正在使用 cURL 向 appcelerator 发送推送通知,已经使用了一段时间没有问题。
突然 appcelerator 无法处理 JSON 有效负载,并将整个 JSON 字符串显示为实际设备上的消息。这是我们的 curl 发布数据的样子:
channel=dev&payload={"alert":"The Message","title":"Title","vibrate":true, content-available:1, "badge":"+1", "sound":"default", "id":617, "icon":"appicon"}&to_ids=everyone
这就是我的设备显示为推送通知的内容:
"{
"alert":"The Message",
"title":"Title",
"vibrate":true,
content-available:1,
"badge":"+1",
"sound":"default",
"id":617,
"icon":"appicon"
}"
而不是:“消息”