mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-23 05:44:04 +08:00
Update driver.go
This commit is contained in:
parent
b515402f73
commit
b176b49ee6
@ -71,10 +71,10 @@ func (d *Pan123) Link(ctx context.Context, file model.Obj, args model.LinkArgs)
|
||||
headers = map[string]string{
|
||||
//"X-Real-IP": "1.1.1.1",
|
||||
"X-Forwarded-For": args.IP,
|
||||
"user-agent": "123pan/v2.4.0(Android_7.1.2;Xiaomi)",
|
||||
"user-agent": "123pan/2.5.5(Android_13.1.2;Vivo)",
|
||||
"platform": "android",
|
||||
"app-version": "61",
|
||||
"x-app-version": "2.4.0",
|
||||
"app-version": "78",
|
||||
"x-app-version": "2.5.5",
|
||||
}
|
||||
}
|
||||
data := base.Json{
|
||||
|
Loading…
x
Reference in New Issue
Block a user