增加说明

This commit is contained in:
2025-09-23 20:59:41 +08:00
parent e0682636e2
commit 295dbf10e7

View File

@@ -86,10 +86,11 @@ def get_auth_from_browser():
save_auth(captured_headers, captured_cookies)
return {"headers": captured_headers, "cookies": captured_cookies}
# -------------------- 获取话题 -------------------- #
# -------------------- 获取话题 -------------------- #
def get_topics(headers, cookies):
payload = {
"keyword": "", "keytype": 1, "state": -2, "psize": 7, "tag": 0, "page": 1,
"keyword": "", "keytype": 1, "state": -2, "psize": 7, # 因是只处理第一页,这个参数就是操作控制数量
"tag": 0, "page": 1,
"livescene": -1, "typeid": -1, "types": -1, "isOnShelf": -1,
"starttime": "", "endtime": "", "chanid": 0, "isHQOut": 0, "isGHHQOut": 0
}