Commit 7678bc07 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

修改get_api_url实现方式,支持骨科,电商,spd3.0 spd2.0服务器地址设置

parent 207464a0
......@@ -66,9 +66,9 @@ class commonFuc(object):
url = 'http://spddev.cmic.com.cn'
elif env=="spd2": #spd2.0
url=""
elif env=="orthopedics_department":#骨科
elif env=="od":#骨科
url = ""
elif env=="business": #电商
elif env=="bs": #电商
url=""
else:
url = 'http://spddev.cmic.com.cn'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment