响应内容
服务器收到消息请求后,会返回 JSON 数据,具体如下:
{
"isSuccess": true,
"result": {
"name": "projects/notifyme-f7507/messages/0:1743608287746841%7f1486f7f9fd7ecd"
},
"msgCloudId":"18102406649711028",
"sendTimestamp":1753119526312
}
isSuccess(bool):true表示请求发送成功,false表示请求发送失败。result(obj):厂商推送服务器返回的内容。msgCloudId(string):消息在服务器端的Id,同一条消息,响应内容和回调的msgCloudId的值相同。sendTimestamp(long):请求到达服务器时的时间戳。