2018-04-11 02:46:31 +00:00
|
|
|
{
|
|
|
|
"notifications": [
|
|
|
|
{
|
|
|
|
"tokens": ["token_a", "token_b"],
|
|
|
|
"platform": 1,
|
2022-05-08 04:23:42 +00:00
|
|
|
"message": "Hello World iOS!",
|
|
|
|
"title": "Gorush with iOS"
|
2018-04-11 02:46:31 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"tokens": ["token_a", "token_b"],
|
|
|
|
"platform": 2,
|
2022-05-08 04:23:42 +00:00
|
|
|
"message": "Hello World Android!",
|
|
|
|
"title": "Gorush with Android"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"tokens": ["token_a", "token_b"],
|
|
|
|
"platform": 3,
|
|
|
|
"message": "Hello World Huawei!",
|
|
|
|
"title": "Gorush with HMS"
|
2018-04-11 02:46:31 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|