使用以下 JSON 数据和足够的上传权限对http://localhost:1337/upload进行POST 。
上传的文件与模型“产品”的现有实体相关
{
"files":"@/path/to/file/image1.png",
"refId":"5bed7b1f7eb8792e4737dc3f",
"ref":"product",
"field":"image"
}
但在strapi错误日志中出现以下错误失败:
TypeError:无法解构
refId
“未定义”或“空”的属性。
并带有 500“内部服务器错误”响应。
有什么帮助吗?