Commit 6f34895f authored by liguangyu06's avatar liguangyu06
Browse files

用例优化

parent b99655b2
......@@ -15,8 +15,8 @@ import json
module = "cmdc_ls"
# 第一步登录后台运营系统获取token
username = commonFuc().get_business_data(module, "username_do_be")
password = commonFuc().get_business_data(module, "password_do_be")
username = commonFuc().get_business_data(module, "username_do_admin")
password = commonFuc().get_business_data(module, "password_do_admin")
# 获取登录后Cmdc_access_token
cmdc_access_token = CmdcDoLogin(username, password).get_token()
headers = commonFuc().get_business_data(module, "json_headers", cmdc_access_token)
......
......@@ -6,6 +6,9 @@
"username_do_be": "admin2"
"password_do_be": "@Aa123456"
#后台运营平台(总公司)
"username_do_admin": "admin1"
"password_do_admin": "Aa123456"
#uat环境
#后台管理系统headers
......
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