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
276dfcd1
Commit
276dfcd1
authored
Apr 26, 2024
by
xiao-hesheng
Browse files
流程五脚本编写
parent
3e3ea1d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/b5_spd3_core_business_flow/a_a7流程五_中心库入库结算_正结算3_内网验收入库结算.air/a_a7流程五_中心库入库结算_正结算3_内网验收入库结算.py
View file @
276dfcd1
...
@@ -175,7 +175,8 @@ def check_accept_order(type=1):
...
@@ -175,7 +175,8 @@ def check_accept_order(type=1):
while
True
:
while
True
:
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
code
=
commonFuc
().
analysis_json
(
'code'
,
result
)
code
=
commonFuc
().
analysis_json
(
'code'
,
result
)
if
code
>
0
:
print
(
code
)
if
code
==
100
:
break
break
else
:
else
:
print
(
'设置产品合格出现问题'
)
print
(
'设置产品合格出现问题'
)
...
...
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