📜  firebase 推送通知 ios 没有声音 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:39.927000             🧑  作者: Mango

代码示例1
{
    "to": "myToken",
    "notification": {
         "body": "test",
         "title": "test",
         "sound": "default"
    },
    "priority": "high"
}