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 4, 2024
1 parent b240169 commit a13a58f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions drivers/123/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,10 @@ func (d *Pan123) request(url string, method string, callback base.ReqCallback, r
"origin": "https://www.123pan.com",
"referer": "https://www.123pan.com/",
"authorization": "Bearer " + d.AccessToken,
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) alist-client",
"platform": "web",
"app-version": "3",
"user-agent": "123pan/v2.4.0(Android_7.1.2;Xiaomi)",
"platform": "android",
"app-version": "61",
"x-app-version": "2.4.0",
//"user-agent": base.UserAgent,
})
if callback != nil {
Expand Down

0 comments on commit a13a58f

Please sign in to comment.