Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
da7d6ecb
Commit
da7d6ecb
authored
1 year ago
by
liguangyu06
Browse files
Options
Download
Email Patches
Plain Diff
优化
parent
b0f32432
main
master
1 merge request
!6
Master|代码更新归档
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
air_case/cmdc_fresenius_group/套包清单获取.air/套包清单获取.py
+1
-1
air_case/cmdc_fresenius_group/套包清单获取.air/套包清单获取.py
with
1 addition
and
1 deletion
+1
-1
air_case/cmdc_fresenius_group/套包清单获取.air/套包清单获取.py
+
1
-
1
View file @
da7d6ecb
...
@@ -21,7 +21,7 @@ password = commonFuc().get_business_data(module, "password")
...
@@ -21,7 +21,7 @@ password = commonFuc().get_business_data(module, "password")
cmdc_access_token
=
CmdcMaiiLogin
(
username
,
password
).
get_token
()
cmdc_access_token
=
CmdcMaiiLogin
(
username
,
password
).
get_token
()
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers1"
,
cmdc_access_token
)
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers1"
,
cmdc_access_token
)
# 第二步
加入购物车
# 第二步
获取套包信息
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"url30"
)
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"url30"
)
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload30"
)
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload30"
)
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets