Commit b7c49d5d authored by xiao-hesheng's avatar xiao-hesheng
Browse files

优化脚本

parent 1bf2dba8
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
__author__ = "xiaohesheng" __author__ = "xiaohesheng"
""" """
case_tag:mdm-web1,10086登录,用例集id2226 case_tag:mdm-web,10086登录
主数据平台:统一登录接口,第一步获取验证码,第二步登录系统,第三步平台登录验证token 主数据平台:统一登录接口,第一步获取验证码,第二步登录系统,第三步平台登录验证token
""" """
...@@ -69,6 +69,6 @@ class login_system(): ...@@ -69,6 +69,6 @@ class login_system():
return token,projectCode return token,projectCode
# login_system('test001', 'a123456!').get_token() login_system('test001', 'a123456!').get_token()
# if __name__ == '__main__': # if __name__ == '__main__':
# print(login_system('test001','a123456!').get_token()) # print(login_system('test001','a123456!').get_token())
Supports Markdown
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