Update util.go

pull/7325/head
hanbao233xD 2024-10-04 17:14:47 +08:00
parent b240169726
commit a13a58f8a8
1 changed files with 4 additions and 3 deletions

View File

@ -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 {