vue-image-crop-upload icon indicating copy to clipboard operation
vue-image-crop-upload copied to clipboard

阿里云OSS上传成功后报错

Open zdzhang opened this issue 3 years ago • 1 comments

  1. 阿里云OSS上传成功后缺省返回204,程序只处理了200/201/202
  2. 通过设置阿里云OSS上传请求参数 'success_action_status' : '200' 可以让OSS返回200,但此时responseText='',JSON.parse('') 报 ’Uncaught SyntaxError: Unexpected end of JSON input‘ 导致不能正确返回

zdzhang avatar Dec 04 '21 14:12 zdzhang

我也碰到了。只能自己改源码了

yaakua avatar Apr 14 '22 01:04 yaakua