youmi / alertover-uservoice

https://www.alertover.com Alertover 的官方用户需求收集
5 stars 0 forks source link

sender not working #18

Open ouewqa opened 6 years ago

ouewqa commented 6 years ago

curl -s \ --form-string "source=Alertover" \ --form-string "receiver=u-32933ff8-d6ae-4447-a7b5-00f9da5a" \ --form-string "content=hello world" \ --form-string "title=hello" \ https://api.alertover.com/v1/alert

zainbeau commented 6 years ago

The web console can be sent successfully. You can give it a try.###

tanpengsccd commented 5 years ago

遇到同样问题

╭─tanpengsccd@tanpengdeMBP ~
╰─$ curl -s \                                                                                                   2 ↵
--form-string "source=Alertover" \
--form-string "receiver=u-a9204052-f595-4c35-937f-3584e9b1" \
--form-string "content=hello world" \
--form-string "title=hello" \
https://api.alertover.com/v1/alert
{
  "code": -1002,
  "msg": "sender not working"
}%