mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 06:25:55 +03:00
[GH-ISSUE #129] post请求体中group参数无效 #119
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#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 @leafney on GitHub (Dec 10, 2021).
Original GitHub issue: https://github.com/Finb/Bark/issues/129
post方式请求,在请求体中添加
group参数后发现接收到的消息保存在默认分组中。如果是添加在URL中
/yourkey?group=test这样是可以的,新增了test分组。App版本信息: Github Run Id : 1389319857
@Finb commented on GitHub (Dec 10, 2021):
使用 v2 接口请参考
https://github.com/Finb/bark-server/blob/master/docs/API_V2.md
group 需要放在 ext_params 节点下
@leafney commented on GitHub (Dec 10, 2021):
Thanks