修复bug

This commit is contained in:
zw
2025-08-18 19:22:20 +08:00
parent 20e58eeb81
commit 906523b5ba
62 changed files with 10 additions and 4749 deletions

View File

@@ -1,8 +1,8 @@
import requests
from Entity.Variables import accountToken, prologueList
# BaseUrl = "https://crawlclient.api.yolozs.com/api/common/"
BaseUrl = "http://192.168.1.174:8101/api/common/"
BaseUrl = "https://crawlclient.api.yolozs.com/api/common/"
# BaseUrl = "http://192.168.1.174:8101/api/common/"
class Requester():
@@ -10,7 +10,7 @@ class Requester():
prologue = "prologue"
@classmethod
def requestComments(cls):
def requestPrologue(cls):
headers = {
"vvtoken": accountToken,
}