mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 14:35:53 +03:00
[GH-ISSUE #6] 添加服务器: 找不到key对应的DeviceToken key #4
Labels
No labels
bug
enhancement
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Bark#4
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 @ngxlua on GitHub (Dec 29, 2018).
Original GitHub issue: https://github.com/Finb/Bark/issues/6
你好 作者,
应用端只有一个添加服务器, 添加时始终出现错误,因为没有 DeviceToken
实际的请求中,可以发现 app 发起的请求也没有携带这个参数, 是哪里有疏漏?
@Finb commented on GitHub (Dec 29, 2018):
如果是自己搭建的后端服务器,则填写你后端地址即可,不需要加任何path
如果你用我提供的默认服务器,只是发送推送
打开APP 点注册,会出现一些教程示例,上面有写请求地址, 你直接复制就可以使用了,请求这个URL就会收到推送
@ngxlua commented on GitHub (Dec 29, 2018):
谢谢回复,是我疏忽了代理配置,已经可以了。