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
7963376f
Commit
7963376f
authored
Jul 09, 2024
by
肖 和生
Browse files
Merge remote-tracking branch 'remotes/origin/master' into core_folw1
parents
4053577e
c44a48ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/public1/public1/public1.py
View file @
7963376f
...
...
@@ -2292,7 +2292,7 @@ def check_accept_order():
data
=
commonFuc
().
analysis_json
(
'data'
,
result
)
code
=
commonFuc
().
analysis_json
(
'code'
,
result
)
print
(
code
)
if
code
==
0
and
data
=
=
1
:
if
code
==
0
and
len
(
data
)
>
=
1
:
break
else
:
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