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
592f89e1
Commit
592f89e1
authored
Mar 07, 2024
by
liguangyu06
Browse files
优化
parent
3c0be884
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc_fresenius_group/获取套包列表_商品详情跳转.air/获取套包列表_商品详情跳转.py
View file @
592f89e1
...
...
@@ -53,7 +53,7 @@ result = requests.get(url, params=request_body, headers=headers)
# 获取接口响应时间
api_time
=
float
(
result
.
elapsed
.
total_seconds
())
result
=
json
.
loads
(
result
.
content
)
#
print(result)
print
(
result
)
for
i
in
result
[
"data"
]:
# 商品可能存在于多个套包,循环找到对应的套包验证
if
i
[
"groupCode1"
]
==
group_code
:
...
...
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