如何发送到频道?
这是我用来做笔记的代码:
curl -k https://api.pushbullet.com/v2/pushes -X POST -u <MYTOKEN>: --header "Content-Type: application/json" --data-binary "{\"type\": \"note\", \"title\":\"Note Title\", \"body\": \"Note Body\"}"发布于 2016-01-26 01:57:17
您可以在消息体中设置"channel_tag“参数:https://docs.pushbullet.com/#create-push
https://stackoverflow.com/questions/34993174
复制相似问题