作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
有人能告诉我我做错了什么吗?我的 JSON 数据是这样的:
{"product_id":512,"image_file":"http://wwww.mydomain.com/cdn/images/9789490693718.jpg"}
我通过 POST 请求将此数据发布到:https://my-demo-store.mybigcommerce.com/api/v2/products/512/images.json
我遇到这样的错误:
[{"status":400,"message":"The JSON content provided as input is invalid. Please check your JSON syntax before trying again."}]
我做错了什么?
亲切的问候迈克尔
最佳答案
"product_id:"
是只读的。 (不要将其包含在您的 JSON 数据中)image_file
将链接到 POST 请求中使用的 ID。
关于json - 通过 json 查询将图片上传到 BigCommerce,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18638790/
我是一名优秀的程序员,十分优秀!