Commit 5299d93b authored by liguangyu06's avatar liguangyu06
Browse files

优化

parent 68742fef
...@@ -18,8 +18,8 @@ import os ...@@ -18,8 +18,8 @@ import os
module = "cmdc_31st" module = "cmdc_31st"
# 第一步登录后台运营系统获取token # 第一步登录后台运营系统获取token
username = commonFuc().get_business_data(module, "username1") username = commonFuc().get_business_data(module, "username4")
password = commonFuc().get_business_data(module, "password1") password = commonFuc().get_business_data(module, "password4")
# 获取登录后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