Commit 3cbcf647 by taoke

去掉config的报错

parents b5abe1cb 44ad1fe4
......@@ -4,10 +4,9 @@ class BaseConfig():
"""基础配置类"""
# 请求头
headers = {'Content-Type': 'application/json; charset=utf-8'}
# 当前运行的产品名
current_product = ""
bmy_testHost = "http://testyun.banmago.com/api"
class BMCConfig(BaseConfig):
"""斑马信用app的配置类"""
pass
......@@ -20,4 +19,9 @@ class DingTalk(BaseConfig):
class SSOLoginConfig(BaseConfig):
"""登录配置"""
salt = 'hikcreate_xj'
\ No newline at end of file
salt = 'hikcreate_xj'
import requests
def sso_login():
"""sso登录"""
pass
def bmy_login():
def bmy_login(indta, getToken=True):
"""企业云登录"""
"""kkkk"""
pass
url = f'http://testyun.banmago.com/api/auth/login'
Markdown is supported
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