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

Function wx_headers

wxapp/BREO.py:58–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 return any(key in text for key in ["40101", "40102", "token", "登录", "授权", "过期", "失效"])
57
58def wx_headers():
59 return {
60 "auth": WX_AUTH,
61 "User-Agent": DEFAULT_UA,
62 "Content-Type": "application/json",
63 }
64
65def app_headers(token=None):
66 headers = {

Callers 1

get_wx_codeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected