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
6426fd8a
Commit
6426fd8a
authored
Jan 16, 2024
by
liguangyu06
Browse files
优化
parent
47ac3d4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc_demand_fail/审核其他状态的需求单.air/审核其他状态的需求单.py
View file @
6426fd8a
...
...
@@ -45,7 +45,7 @@ request_body1 = commonFuc().get_business_data(module, "payload4", demand_id)
# 发送请求
result1
=
requests
.
post
(
url1
,
json
=
request_body1
,
headers
=
headers
)
# 获取接口响应时间
api_time
=
result
.
elapsed
.
total_seconds
()
api_time
=
result
1
.
elapsed
.
total_seconds
()
result1
=
json
.
loads
(
result1
.
content
)
# print(result1)
# 获取预期结果
...
...
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