Results 1 issues of zixinhmc

您好,我希望在下载的时候指定一个文件名,我给ResponseContentDisposition属性赋值,没有用 ``` obsClient.getObject({ Bucket: '', Key: '', ResponseContentDisposition: 'attachment; file=1.jpg', ResponseContentType: 'application/octet-stream', SaveByType: "file", } ``` 返回的请求 ![image](https://user-images.githubusercontent.com/1219192/128597540-4c3f9b7e-bf5a-4121-a264-078485ac0cf3.png) 我需要怎么设置呢