MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / app_headers

Function app_headers

wxapp/BREO.py:65–75  ·  view source on GitHub ↗
(token=None)

Source from the content-addressed store, hash-verified

63 }
64
65def app_headers(token=None):
66 headers = {
67 "User-Agent": DEFAULT_UA,
68 "content-Type": "application/json",
69 "Content-Type": "application/json",
70 "deviceInfo": "{}",
71 "Referer": "https://servicewechat.com/wx61457400e4212cec/390/page-frame.html",
72 }
73 if token:
74 headers["token"] = token
75 return headers
76
77def breo_task_headers(token):
78 return {

Callers 2

login_with_codeFunction · 0.85
validate_tokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected