修改内容
This commit is contained in:
parent
af64667d9e
commit
4d49f69072
@ -207,7 +207,7 @@ app.get('/get-url', async (req, res) => {
|
||||
const uploadFile = await fetch(url, {
|
||||
method: 'PUT',
|
||||
body: file
|
||||
}); // 上传文件,生成签名时要使用POST方法
|
||||
}); // 上传文件,生成签名时要使用'PUT'方法
|
||||
</script>
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user