Commit 38bf5d4f authored by lvshibao's avatar lvshibao

获取req信息

parent 0dbe1b38
...@@ -10,7 +10,7 @@ logger = logging.getLogger(__name__) ...@@ -10,7 +10,7 @@ logger = logging.getLogger(__name__)
def get_account_info(func): def get_account_info(func):
@wraps(func) @wraps(func)
def account_info(req: Request, *args, **kw): def account_info(obj, req: Request, *args, **kw):
# info = requests.get('http://172.17.1.74:8248/getUserInfo', headers={ # info = requests.get('http://172.17.1.74:8248/getUserInfo', headers={
# 'Cookie': 'aiforce=a038baa0-9a23-45f6-8042-a01a2309f1a8; JSESSIONID=fef7de70-7157-4b62-abf3-6fe9d2357350; csrfToken=wFVUJX9rT2jyDderTzHKUjaq; EGG_SESS=pRumla5Jc0N4k1qJnqyfP0SIlONA60YZCFEMh2sO_ywQrldAhhiX4Y2exluQfYfm'}) # 'Cookie': 'aiforce=a038baa0-9a23-45f6-8042-a01a2309f1a8; JSESSIONID=fef7de70-7157-4b62-abf3-6fe9d2357350; csrfToken=wFVUJX9rT2jyDderTzHKUjaq; EGG_SESS=pRumla5Jc0N4k1qJnqyfP0SIlONA60YZCFEMh2sO_ywQrldAhhiX4Y2exluQfYfm'})
# print(info.json()) # print(info.json())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment