增加说明
This commit is contained in:
@@ -89,7 +89,8 @@ def get_auth_from_browser():
|
||||
# -------------------- 获取话题 -------------------- #
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user