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
7678bc07
Commit
7678bc07
authored
Aug 04, 2023
by
xiao-hesheng
Browse files
修改get_api_url实现方式,支持骨科,电商,spd3.0 spd2.0服务器地址设置
parent
207464a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/common_func.py
View file @
7678bc07
...
@@ -66,9 +66,9 @@ class commonFuc(object):
...
@@ -66,9 +66,9 @@ class commonFuc(object):
url
=
'http://spddev.cmic.com.cn'
url
=
'http://spddev.cmic.com.cn'
elif
env
==
"spd2"
:
#spd2.0
elif
env
==
"spd2"
:
#spd2.0
url
=
""
url
=
""
elif
env
==
"o
rthopedics_department
"
:
#骨科
elif
env
==
"o
d
"
:
#骨科
url
=
""
url
=
""
elif
env
==
"b
usines
s"
:
#电商
elif
env
==
"bs"
:
#电商
url
=
""
url
=
""
else
:
else
:
url
=
'http://spddev.cmic.com.cn'
url
=
'http://spddev.cmic.com.cn'
...
...
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