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