mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
webhook 通知 body 增加 text/plain 类型,修复多定时任务服务重启未初始化
This commit is contained in:
@@ -369,6 +369,7 @@ export default {
|
||||
tip: intl.get('请求头Content-Type'),
|
||||
required: true,
|
||||
items: [
|
||||
{ value: 'text/plain' },
|
||||
{ value: 'application/json' },
|
||||
{ value: 'multipart/form-data' },
|
||||
{ value: 'application/x-www-form-urlencoded' },
|
||||
|
||||
Reference in New Issue
Block a user