Commit 1fc76cf7 authored by liguangyu06's avatar liguangyu06
Browse files

优化

parent b686d7ca
......@@ -17,8 +17,8 @@ module = "cmdc_website"
# print(url)
# 获取登录所需账号密码
username = commonFuc().get_business_data(module, "username")
password = commonFuc().get_business_data(module, "password")
username = commonFuc().get_business_data(module, "username1")
password = commonFuc().get_business_data(module, "password1")
# 获取登录后Cmdc_access_token
cmdc_access_token = CmdcMaiiLogin(username, password).get_token()
headers = commonFuc().get_business_data(module, "json_headers", cmdc_access_token)
......
#后台运营管理系统登录信息(子公司-上海公司)
"username": "Admin00111"
#后台运营管理系统登录信息(子公司-国联公司)
"username": "Admin00102"
"password": "Aa123456"
# 多采商城登录信息
......
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