mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-27 06:35:49 +03:00
[GH-ISSUE #309] 多设备消息推送目前不行 #119
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#119
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 @NathanDai on GitHub (Mar 27, 2025).
Original GitHub issue: https://github.com/Finb/bark-server/issues/309
curl -X "POST" "https://api.day.app/push"
-H 'Content-Type: application/json; charset=utf-8'
-d $'{
"title": "Title",
"body": "Body",
"sound": "minuet.caf",
"group": "test",
"device_keys": ["1", "2" ]
}'
返回提示{"code":400,"message":"device key is empty","timestamp":1743059434}
@Finb commented on GitHub (Mar 27, 2025):
api.day.app 暂时没有更新到支持多设备推送的版本