forked from fsender/Bilibili_show_ticket_auto_order
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCONST.py
17 lines (17 loc) · 720 Bytes
/
CONST.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
HEADER = {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.1.4.514 Safari/537.36",
"Referer":"https://mall.bilibili.com/",
"Origin":"https://mall.bilibili.com/",
"Pregma":"no-cache",
"Cache-Control":"max-age=0",
"Upgrade-Insecure-Requests":"1",
"Sec-Fetch-Site":"none",
"Sec-Fetch-Mode":"navigate",
"Sec-Fetch-User":"?1",
"Sec-Fetch-Dest":"document",
"Cookie":"a=b;",
"Accept": "*/*",
"Accept-Language": "zh-CN,zh;q=0.9",
"Accept-Encoding": "",
"Connection": "keep-alive"
}