Commit c05bd155 by huangchengcheng

解决冲突

parent 8fcab211
def sheep():
pass
\ No newline at end of file
...@@ -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
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