gorush/tests/test.json

23 lines
471 B
JSON
Raw Normal View History

2018-04-11 02:46:31 +00:00
{
"notifications": [
{
"tokens": ["token_a", "token_b"],
"platform": 1,
"message": "Hello World iOS!",
"title": "Gorush with iOS"
2018-04-11 02:46:31 +00:00
},
{
"tokens": ["token_a", "token_b"],
"platform": 2,
"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
}
]
}