正确的curl命令从詹金斯发送状态

时间:2018-07-24 12:34:31

标签: json curl

我正在尝试通过curl post将状态(使用json格式)发送到URL,以便我可以接收该状态并进行相应的处理。

curl -X POST https://us.jawahar.com/status -H Content-Type:application / json; charset = utf-8 -d $ {“状态”:“ 0”}

我收到一个错误 SyntaxError:JSON中意外的令牌#在位置0
在JSON.parse(
在createStrictSyntaxError(/ usr / lib / node_modules / node-red / node_modules / body-parser / lib / types /json.js:157:10)
解析(/usr/lib/node_modules/node-red/node_modules/body-parser/lib/types/json.js

请让我知道通过詹金斯发送消息的正确命令

0 个答案:

没有答案