修改内容

This commit is contained in:
ember 2025-02-19 01:49:03 +08:00
parent be86cb7838
commit 59897fd96d

View File

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