我尝试使用改型上载图像,但失败。 这是我使用curl的发帖请求:
卷曲-i -X POST \ -H“ X狂欢令牌:USER_TOKEN” \ -H“内容类型:多部分/表单数据” -F“ image [attachment] = @ / absolute / path / to / image.jpg” \ -F“ type = image / jpeg” \ http://localhost:3000/api/v1/products/a-product/images
服务器仅接受以下格式的请求:
{
"image":{
"attachment":"file here",
"description":" some text"
}
}
请帮助我解决问题。
谢谢。