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
e30d0160
Commit
e30d0160
authored
Apr 17, 2024
by
liguangyu06
Browse files
优化
parent
081c2519
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc_order_list/列表查询条件验证_终端流向.air/列表查询条件验证_终端流向.py
View file @
e30d0160
...
...
@@ -49,8 +49,8 @@ result1 = requests.post(url, json=request_body, headers=headers)
result1
=
json
.
loads
(
result1
.
content
)
# 获取终端流向详情信息
product_info
=
result1
[
"data"
][
0
][
"productName"
]
material_code
=
result1
[
"data"
][
0
][
"materialCode"
]
product_info
=
(
result1
[
"data"
][
0
][
"productName"
]
if
result1
[
"data"
][
0
][
"productName"
]
else
""
)
material_code
=
(
result1
[
"data"
][
0
][
"materialCode"
]
if
result1
[
"data"
][
0
][
"materialCode"
]
else
""
)
order_start_time
=
result1
[
"data"
][
0
][
"orderTime"
][:
10
]
upload_start_time
=
result1
[
"data"
][
0
][
"orderTime"
][:
10
]
product_code
=
result1
[
"data"
][
0
][
"productCode"
]
...
...
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