Commit aba5114e by fanxun

修改headers

parent e6a4f9dd
......@@ -77,4 +77,5 @@ class SSOConfig(BaseConfig):
sso_url = r'http://testtbdzj.hikcreate.com/web/auth/users/login' # sso登录地址
sso_salt = 'hikcreate_xj' # SSO盐值
sso_token = ''
headers = {'Content-Type': 'application/json'}
headers = {'Content-Type': 'application/json',
'token': sso_token}
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