0

发布以下内容会给出 MultiJson::ParseError - 795: unexpected token at '{"investor": {"name": "Theresa Enyedi"}'

curl http://localhost:3000/api/v1/investors -i -H "Accept: application/json" -H "Content-Type: application/json" -d '{"investor": {"name": "Theresa Enyedi"}}'

帮助将不胜感激。

马哈洛唐

4

1 回答 1

1

-d '{json_data":应该-d '{"json_data":

顺便说一句, -XPOST 不是必需的,因为您提供了 -d 参数

于 2014-04-25T02:41:09.957 回答