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

Function breo_task_headers

wxapp/BREO.py:77–89  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

75 return headers
76
77def breo_task_headers(token):
78 return {
79 "token": token,
80 "device-type": "Xiaomi",
81 "device-version": "10",
82 "channel": "Breo",
83 "version_code": "30201",
84 "version": "3.2.1",
85 "encrypt": "1",
86 "Content-Type": "application/json; charset=UTF-8",
87 "Referer": "https://servicewechat.com/wx61457400e4212cec/390/page-frame.html",
88 "User-Agent": DEFAULT_UA,
89 }
90
91def get_wx_code(account_id):
92 if not WX_AUTH:

Callers 5

post_to_breoFunction · 0.85
collect_postFunction · 0.85
comment_postFunction · 0.85
browse_mallFunction · 0.85
punch_inFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected