Skip to content

Commit 93d3361

Browse files
committed
feat(core): update the sdk url of cnzz
1 parent 65641c5 commit 93d3361

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class BaseAnalytics {
5050
case 'cnzz': {
5151
// @ts-ignore
5252
this.sdkInstance = (window._czc || []) as SdkInstance<'cnzz'>
53-
this.sdkUrl = `https://s9.cnzz.com/z_stat.php?id=${this.websiteId}&web_id=${this.websiteId}`
53+
this.sdkUrl = `https://v1.cnzz.com/z_stat.php?id=${this.websiteId}&web_id=${this.websiteId}`
5454
break
5555
}
5656

0 commit comments

Comments
 (0)