Commit 268e348e by fanxun

解决冲突

parent f6204b8a
......@@ -24,5 +24,4 @@ if __name__ == '__main__':
# r = RedisString(0).get('edl:sms_value:17822000010:MOBILE_REGISTER')
# print(r)
# print(str(r)[-7:-1])
pass
\ No newline at end of file
......@@ -2,9 +2,6 @@ import requests
import json
from config import BaseConfig
class RedisBase:
pass
def dingTalk(webhook, message):
"""发送消息到钉钉群"""
data = {'msgtype': 'text', 'text': {"content": message},
......@@ -12,17 +9,3 @@ def dingTalk(webhook, message):
post_data = json.dumps(data)
response = requests.post(webhook, headers=BaseConfig.headers, data=post_data)
return response.text
qqqqqq
aaaaaa
aaaaaa
21323213
12321321
1233213
123321
135123
\ No newline at end of file
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