用curl进行推送测试,返回这种东西,什么原因?

vvsoft
2018-04-13 15:47 5.5k 0
< HTTP/2 400
< server: nginx
< date: Fri, 13 Apr 2018 15:30:16 GMT
< content-type: application/json
< x-rate-limit-limit: 600
< x-rate-limit-remaining: 599
< x-rate-limit-reset: 60
< x-jpush-msgid:
<
{"error": {"message": "Missing parameter", "code": 1002}}* Connection #0 to host
 api.jpush.cn left intact

D:\soft\curl>

1个回答

热门排序
  • vvsoft
    2018-04-13 15:53
    看提示是参数丢失的意思,但就是按照示例写的啊,难道示例都是太古老已过期不能用的?? curl -X POST -v https://api.jpush.cn/v3/push -H "Content-Type: application/jso 展示全部