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
fca4d96f
Commit
fca4d96f
authored
May 08, 2024
by
liguangyu06
Browse files
优化
parent
d29594bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc_32st/列表查询条件验证_超发配置列表.air/列表查询条件验证_超发配置列表.py
View file @
fca4d96f
...
...
@@ -32,7 +32,8 @@ result = json.loads(result.content)
super_random
=
random
.
randint
(
0
,
len
(
result
[
"data"
][
"list"
])
-
1
)
# 获取超发配置信息
strsQuery
=
result
[
"data"
][
"list"
][
super_random
][
"productCode"
]
materialCode
=
result
[
"data"
][
"list"
][
super_random
][
"materialCode"
]
materialCode
=
(
result
[
"data"
][
"list"
][
super_random
][
"materialCode"
]
if
result
[
"data"
][
"list"
][
super_random
][
"materialCode"
]
else
""
)
productLineCode
=
(
result
[
"data"
][
"list"
][
super_random
][
"productLineCode"
]
if
result
[
"data"
][
"list"
][
super_random
][
"productLineCode"
]
else
""
)
...
...
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