Commit 5a6a6922 authored by lixiaofang's avatar lixiaofang

session

parent d83440fe
...@@ -123,7 +123,7 @@ def login(): ...@@ -123,7 +123,7 @@ def login():
logging.info("get user_id:%s" % user_id) logging.info("get user_id:%s" % user_id)
cookies = get_cookies(user_id) cookies = get_cookies(user_id)
cookies = "vb10zwffyobixhz1m9k8330w48ftnk1n" cookies = "yhlcnc7q3louskthgpjguoi5n7r326cm"
if cookies is not None: if cookies is not None:
return {'sessionid': cookies} return {'sessionid': cookies}
except: except:
......
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