Commit 1fe343dd by taoke

企业云增加heder配置

parent 63e06c1c
...@@ -63,6 +63,7 @@ class BmyConfig(BaseConfig): ...@@ -63,6 +63,7 @@ class BmyConfig(BaseConfig):
test_name_password = {"username": "15151500000", "password": "bmy123456"} test_name_password = {"username": "15151500000", "password": "bmy123456"}
# 企业云接口的Authorization # 企业云接口的Authorization
bmy_token = '' bmy_token = ''
header = {'Authorization':bmy_token,"Content-Type":"application/json"}
class SSOConfig(BaseConfig): class SSOConfig(BaseConfig):
......
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