We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fb740 commit 2485f39Copy full SHA for 2485f39
src/modules/cdn/index.ts
@@ -41,7 +41,7 @@ export default class Cdn {
41
}
42
43
44
- async pushCdnUrls(urls: string[], userAgent = 'flush', area = 'mainland') {
+ async pushCdnUrls(urls: string[], userAgent = 'TencentCdn', area = 'mainland') {
45
console.log(`Pushing CDN caches...`);
46
try {
47
await APIS.PushUrlsCache(this.capi, {
0 commit comments