mirror of
https://github.com/AlistGo/alist.git
synced 2025-09-15 12:58:42 +08:00
Update util.go
This commit is contained in:
parent
b240169726
commit
a13a58f8a8
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user