mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-24 06:14:04 +08:00
✨ support pikpak and google api proxy
This commit is contained in:
parent
b63e65880f
commit
d97afb691b
@ -158,7 +158,8 @@ async function handleRequest(event) {
|
||||
) {
|
||||
fp.body = await request.text();
|
||||
} else if (ct.includes("form")) {
|
||||
fp.body = await request.formData();
|
||||
// fp.body = await request.formData();
|
||||
fp.body = await request.text();
|
||||
} else {
|
||||
fp.body = await request.blob();
|
||||
}
|
||||
|
@ -17,6 +17,7 @@ func (driver PikPak) Config() base.DriverConfig {
|
||||
return base.DriverConfig{
|
||||
Name: "PikPak",
|
||||
NeedSetLink: true,
|
||||
ApiProxy: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user