Commit 19df548f authored by liguangyu06's avatar liguangyu06
Browse files

优化

parent 84c42dc3
...@@ -15,7 +15,7 @@ module = "cmdc_special_version" ...@@ -15,7 +15,7 @@ module = "cmdc_special_version"
# 第一步登录后台运营系统获取token # 第一步登录后台运营系统获取token
username = commonFuc().get_business_data(module, "username_admin") username = commonFuc().get_business_data(module, "username_admin")
password = commonFuc().get_business_data(module, "Aa123456") password = commonFuc().get_business_data(module, "password_admin")
# 获取登录后Cmdc_access_token # 获取登录后Cmdc_access_token
cmdc_access_token = CmdcDoLogin(username, password).get_token() cmdc_access_token = CmdcDoLogin(username, password).get_token()
headers = commonFuc().get_business_data(module, "json_headers", cmdc_access_token) headers = commonFuc().get_business_data(module, "json_headers", cmdc_access_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