mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-27 14:45:50 +03:00
[GH-ISSUE #72] 发送超长的内容时出现400错误 #52
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JobinBai on GitHub (Jul 26, 2021).
Original GitHub issue: https://github.com/Finb/bark-server/issues/72
{
"code": 400,
"data": null,
"message": "推送发送失败 PayloadTooLarge"
}
@Finb commented on GitHub (Jul 26, 2021):
苹果APNS对推送包有大小限制,过长的不支持。
需要裁剪一下,或者将文本保存在自己的服务器上,然后推送这个文本的URL。