Skip to content

Commit

Permalink
更换失效的默认app_id,
Browse files Browse the repository at this point in the history
感谢@TQ100 提供,
See #387
  • Loading branch information
iikira committed Sep 19, 2018
1 parent d03f680 commit 7c1ca78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/pcsconfig/pcsconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@ func (c *PCSConfig) loadConfigFromFile() (err error) {
}

func (c *PCSConfig) initDefaultConfig() {
c.appID = 260149
c.appID = 266719
c.cacheSize = 30000
c.maxParallel = 100
c.maxDownloadLoad = 1
c.userAgent = "netdisk;1.0"
c.userAgent = "netdisk;8.3.1;android-android"

// 设置默认的下载路径
switch runtime.GOOS {
Expand Down

0 comments on commit 7c1ca78

Please sign in to comment.