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
7b241b04
Commit
7b241b04
authored
Feb 21, 2024
by
liguangyu06
Browse files
优化
parent
fa749bec
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc_order_list/列表查询条件验证_终端流向.air/列表查询条件验证_终端流向.py
View file @
7b241b04
...
@@ -52,8 +52,9 @@ result1 = json.loads(result1.content)
...
@@ -52,8 +52,9 @@ result1 = json.loads(result1.content)
product_info
=
result1
[
"data"
][
0
][
"productName"
]
product_info
=
result1
[
"data"
][
0
][
"productName"
]
material_code
=
result1
[
"data"
][
0
][
"materialCode"
]
material_code
=
result1
[
"data"
][
0
][
"materialCode"
]
order_start_time
=
result1
[
"data"
][
0
][
"orderTime"
][:
10
]
order_start_time
=
result1
[
"data"
][
0
][
"orderTime"
][:
10
]
upload_start_time
=
result1
[
"data"
][
0
][
"
create
Time"
][:
10
]
upload_start_time
=
result1
[
"data"
][
0
][
"
order
Time"
][:
10
]
product_code
=
result1
[
"data"
][
0
][
"productCode"
]
product_code
=
result1
[
"data"
][
0
][
"productCode"
]
product_code
=
""
now_date
=
datetime
.
datetime
.
now
().
strftime
(
"%Y-%m-%d"
)
now_date
=
datetime
.
datetime
.
now
().
strftime
(
"%Y-%m-%d"
)
# 第四步进行列表查询条件验证
# 第四步进行列表查询条件验证
...
@@ -64,6 +65,7 @@ request_body = commonFuc().get_business_data(module, "payload61", end_customer_n
...
@@ -64,6 +65,7 @@ request_body = commonFuc().get_business_data(module, "payload61", end_customer_n
upload_start_time
,
upload_start_time
,
now_date
,
product_code
,
demand_code
,
now_date
)
now_date
,
product_code
,
demand_code
,
now_date
)
# print(request_body)
# print(request_body)
# print(material_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