修改内容

This commit is contained in:
ember 2025-02-19 16:28:44 +08:00
parent af64667d9e
commit 4d49f69072

View File

@ -207,7 +207,7 @@ app.get('/get-url', async (req, res) => {
const uploadFile = await fetch(url, {
method: 'PUT',
body: file
}); // 上传文件,生成签名时要使用POST方法
}); // 上传文件,生成签名时要使用'PUT'方法
</script>
```