msg callback

pull/168/head
wangchuxiao 3 years ago
parent 02510528d1
commit 88b8a5323a

@ -197,22 +197,22 @@ callback:
# 开启关闭操作前后回调的配置 # 开启关闭操作前后回调的配置
callbackbeforeSendSingleMsg: callbackbeforeSendSingleMsg:
enable: true # 回调是否启用 enable: true # 回调是否启用
callbackTimeOut: 5 # 回调超时时间 callbackTimeOut: 2 # 回调超时时间
CallbackFailedContinue: true # 回调超时是否继续执行代码 CallbackFailedContinue: true # 回调超时是否继续执行代码
callbackAfterSendSingleMsg: callbackAfterSendSingleMsg:
enable: true enable: true
callbackTimeOut: 5 callbackTimeOut: 2
callbackBeforeSendGroupMsg: callbackBeforeSendGroupMsg:
enable: true enable: true
callbackTimeOut: 5 callbackTimeOut: 2
CallbackFailedContinue: true CallbackFailedContinue: true
callbackAfterSendGroupMsg: callbackAfterSendGroupMsg:
enable: true enable: true
callbackTimeOut: 5 callbackTimeOut: 2
callbackWordFilter: callbackWordFilter:
enable: true enable: true
callbackTimeOut: 5 callbackTimeOut: 2
CallbackFailedContinue: false CallbackFailedContinue: true
notification: notification:

Loading…
Cancel
Save