Commit 51b0a598 by taoke

类用例,增加

parent b8e612e2
...@@ -66,7 +66,7 @@ class BmyConfig(BaseConfig): ...@@ -66,7 +66,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"} header = {"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