Skip to content

Commit 544a7ea

Browse files
authored
fix(pikpak&pikpak_share): fix WebPackageName (#8305)
1 parent 4f5cabc commit 544a7ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/pikpak/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const (
8484
WebClientID = "YUMx5nI8ZU8Ap8pm"
8585
WebClientSecret = "dbw2OtmVEeuUvIptb1Coyg"
8686
WebClientVersion = "2.0.0"
87-
WebPackageName = "drive.mypikpak.com"
87+
WebPackageName = "mypikpak.com"
8888
WebSdkVersion = "8.0.3"
8989
PCClientID = "YvtoWO6GNHiuCl7x"
9090
PCClientSecret = "1NIH5R1IEe2pAxZE3hv3uA"

drivers/pikpak_share/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const (
6767
WebClientID = "YUMx5nI8ZU8Ap8pm"
6868
WebClientSecret = "dbw2OtmVEeuUvIptb1Coyg"
6969
WebClientVersion = "2.0.0"
70-
WebPackageName = "drive.mypikpak.com"
70+
WebPackageName = "mypikpak.com"
7171
WebSdkVersion = "8.0.3"
7272
PCClientID = "YvtoWO6GNHiuCl7x"
7373
PCClientSecret = "1NIH5R1IEe2pAxZE3hv3uA"

0 commit comments

Comments
 (0)