15 lines
252 B
JSON
15 lines
252 B
JSON
|
{
|
||
|
"notifications": [
|
||
|
{
|
||
|
"tokens": ["token_a", "token_b"],
|
||
|
"platform": 1,
|
||
|
"message": "Hello World iOS!"
|
||
|
},
|
||
|
{
|
||
|
"tokens": ["token_a", "token_b"],
|
||
|
"platform": 2,
|
||
|
"message": "Hello World Android!"
|
||
|
}
|
||
|
]
|
||
|
}
|