|
|
@@ -171,7 +171,7 @@ async function taskDraw() {
|
|
|
async function proxyTaskDraw() {
|
|
|
let data = {
|
|
|
url: encodeURIComponent(`https://www.52pojie.cn/home.php?mod=task&do=draw&id=2&referer=https%3A%2F%2Fwww.52pojie.cn%2F.%2F%2F`),
|
|
|
- headers: gCommonHeaders,
|
|
|
+ headers: JSON.stringify(gCommonHeaders),
|
|
|
body: ``,
|
|
|
};
|
|
|
let options = {
|