这post请求需要的参数是file类型的
我这上传的图片数据也是file类型
试过很多次,不知道怎么写,没人能问,资源文档也找不到,后面咋写
async imggo(file){
console.log(file);
const res = await imgpost({fileName:file})
console.log(res);
}
export const imgpost = file => request.post('/api/vm-service/sku/fileUpload',)