[GH-ISSUE #309] 多设备消息推送目前不行 #119

Closed
opened 2026-03-03 11:56:12 +03:00 by kerem · 1 comment
Owner

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}

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}
kerem closed this issue 2026-03-03 11:56:12 +03:00
Author
Owner

@Finb commented on GitHub (Mar 27, 2025):

api.day.app 暂时没有更新到支持多设备推送的版本

<!-- gh-comment-id:2756967116 --> @Finb commented on GitHub (Mar 27, 2025): api.day.app 暂时没有更新到支持多设备推送的版本
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bark-server#119
No description provided.