Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-cmdc
Commits
19df548f
Commit
19df548f
authored
Apr 19, 2024
by
liguangyu06
Browse files
优化
parent
84c42dc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc_special_version/获取集配客户信息.air/获取集配客户信息.py
View file @
19df548f
...
...
@@ -15,7 +15,7 @@ module = "cmdc_special_version"
# 第一步登录后台运营系统获取token
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
=
CmdcDoLogin
(
username
,
password
).
get_token
()
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers"
,
cmdc_access_token
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment