Commit c3bcdbf1 by taoke

Merge remote-tracking branch 'origin/master'

parents fc6513b4 58ebd0e7
...@@ -12,4 +12,3 @@ def dingTalk(webhook, message): ...@@ -12,4 +12,3 @@ def dingTalk(webhook, message):
post_data = json.dumps(data) post_data = json.dumps(data)
response = requests.post(webhook, headers=BaseConfig.headers, data=post_data) response = requests.post(webhook, headers=BaseConfig.headers, data=post_data)
return response.text return response.text
...@@ -5,5 +5,3 @@ class BaseConfig(): ...@@ -5,5 +5,3 @@ class BaseConfig():
# 钉钉群webhook # 钉钉群webhook
webhook = '' webhook = ''
def sso_login():
"""sso登录"""
pass
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