我使用下面的代码发送推送通知并收到错误:
{
"notification": {
"title": "BISMILLAH",
"body": "TEST"
},
"to": "/Refreshed token"
}
error: {
"multicast_id": 6066192261933960650,
"success": 0,
"failure": 1,
"canonical_ids": 0,
"results": [{
"error": "InvalidRegistration"
}]
}
答案 0 :(得分:2)
尝试使用ajax。
INSERT INTO `allcardticketingdb`.`ticket_dtl_comment`
(`comment`,
`comment_date`,
`UserID`,
`detailID`)
VALUES
(vcomment,vdate,vuser,v_ID);
END;