我在Android和postman中发布这个JSON完全相同:
{
"notification":{
"title":"stackoverflow commmunity",
"body":"is awesome"
},
"to":"[mycode]"
}
我在android中定义我的头像:
urlConn.setRequestProperty("Content-Type", "application/json");
urlConn.setRequestProperty("Authorization", "key=[mykey]");
但我认为Android中的标题不起作用,我不知道为什么,因为在Postman中我得到了:
Tasks have been queued for a long time
链接到github repo: repo