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
217b7670
Commit
217b7670
authored
Jun 14, 2024
by
liguangyu06
Browse files
用例优化
parent
d3b0194a
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc_product/列表查询条件验证_发货时间列表.air/列表查询条件验证_发货时间列表.py
View file @
217b7670
...
...
@@ -50,9 +50,9 @@ if result["data"]["list"][delivery_time_random]["productRangeType"]:
name
=
result1
[
"data"
][
"name"
]
status
=
result1
[
"data"
][
"status"
]
product_code
=
(
result1
[
"data"
][
"productList"
][
0
][
"productCode"
]
if
result1
[
"data"
][
"productList"
]
[
0
][
"productCode"
]
else
""
)
result1
[
"data"
][
"productList"
][
0
][
"productCode"
]
if
result1
[
"data"
][
"productList"
]
else
""
)
product_name
=
(
result1
[
"data"
][
"productList"
][
0
][
"productName"
]
if
result1
[
"data"
][
"productList"
]
[
0
][
"productName"
]
else
""
)
result1
[
"data"
][
"productList"
][
0
][
"productName"
]
if
result1
[
"data"
][
"productList"
]
else
""
)
# 进行查询条件验证
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"url35"
)
...
...
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