Skip to content

Commit

Permalink
Update util.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbao233xD committed Oct 12, 2024
1 parent 65e8698 commit fd8ef39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/123/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ func (d *Pan123) login() error {
SetHeaders(map[string]string{
"origin": "https://www.123pan.com",
"referer": "https://www.123pan.com/",
"user-agent": "123pan/v2.4.0(Android_7.1.2;Xiaomi)",
"platform": "android",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) alist-client",
"platform": "web",
"app-version": "61",
"x-app-version": "2.4.0",
//"user-agent": base.UserAgent,
Expand Down

0 comments on commit fd8ef39

Please sign in to comment.