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-spd
Commits
e009d8ea
Commit
e009d8ea
authored
Jul 22, 2024
by
肖 和生
Browse files
Merge remote-tracking branch 'remotes/origin/master' into core_flow
parents
d5a42857
fd8a31e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/public1/public1/public1.py
View file @
e009d8ea
...
...
@@ -2366,7 +2366,7 @@ def check_accept_order():
time
.
sleep
(
6
)
while
True
:
result2
=
commonFuc
().
http_post
(
url
,
request_body2
,
headers
)
result2
=
commonFuc
().
http_post
(
url
2
,
request_body2
,
headers
)
print
(
'result2'
,
result2
)
data
=
commonFuc
().
analysis_json
(
'data'
,
result2
)
code
=
commonFuc
().
analysis_json
(
'code'
,
result2
)
...
...
@@ -2412,7 +2412,7 @@ def check_accept_order():
if
code
==
0
:
break
else
:
result2
=
commonFuc
().
http_post
(
url
,
request_body2
,
headers
)
result2
=
commonFuc
().
http_post
(
url
2
,
request_body2
,
headers
)
print
(
'result2'
,
result2
)
continue
info
=
(
CHECK_NO
,
CHECK_NO
)
...
...
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