feat:add aliyun oss deploy

This commit is contained in:
zyronon
2025-08-16 01:55:22 +08:00
parent 961116bebc
commit b248c7ce8f
2 changed files with 4 additions and 50 deletions

View File

@@ -68,7 +68,7 @@ async function refreshCDN() {
ObjectPath: `https://${CDN_DOMAIN}/*`,
ObjectType: 'File'
}
const requestOption = { method: 'POST' }
const requestOption = {method: 'POST'}
const result = await cdnClient.request('RefreshObjectCaches', params, requestOption)
console.log('✅ CDN 刷新完成:', result)
}