1.新增微信通知方式
2.通知模板变量更改 3.删除沉余sql 4.readme.md更新
This commit is contained in:
@@ -11,10 +11,9 @@ jobs.pool = 1000
|
||||
# 站点名称
|
||||
site.name = 定时任务管理器
|
||||
|
||||
#通知方式 0=邮件,1=信息,2=钉钉
|
||||
#通知方式 0=邮件,1=信息,2=钉钉,3=微信
|
||||
notify.type = 0
|
||||
|
||||
|
||||
# 数据库配置
|
||||
db.host = 127.0.0.1
|
||||
db.user = root
|
||||
@@ -32,12 +31,14 @@ email.user = ci@xxx.cn
|
||||
email.password = "xxxxxx"
|
||||
email.pool = 10
|
||||
|
||||
|
||||
# 短信通知方式配置
|
||||
msg.url = http://xx.com/api/tools/send_sms
|
||||
msg.pool = 10
|
||||
|
||||
|
||||
# 钉钉通知配置
|
||||
dingtalk.url = "https://oapi.dingtalk.com/robot/send?access_token=%s"
|
||||
dingtalk.pool = 10
|
||||
|
||||
# 微信通知方式配置
|
||||
wechat.url = http://xx.com/api/tools/send_wechat
|
||||
wechat.pool = 10
|
||||
Reference in New Issue
Block a user