mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
webhook 通知 body 增加 text/plain 类型,修复多定时任务服务重启未初始化
This commit is contained in:
+2
-2
@@ -749,8 +749,8 @@ def parse_headers(headers):
|
||||
|
||||
|
||||
def parse_body(body, content_type):
|
||||
if not body:
|
||||
return ""
|
||||
if not body or content_type == "text/plain":
|
||||
return body
|
||||
|
||||
parsed = {}
|
||||
lines = body.split("\n")
|
||||
|
||||
Reference in New Issue
Block a user