|
发表于 2023-11-24 11:16:26
|
显示全部楼层
有。
"type": "success",
"data": [
{
"id": "eccbfedb-6e8e-47a4-83c7-35a3025a0466",
"title": "***",
"body": "***",
"type": "task_create",
"consumer": "mail",
"person": "****",
"consumed": false,
"instant": "73b968f0-d35e-418c-9ed1-a2c0a21a2242",
"properties": {
"consumerJsonElement": {
"host": "smtp.office365.com",
"port": 587,
"sslEnable": false,
"startTlsEnable": true,
"auth": true,
"from": "*****",
"password": "*****",
"type": "mail",
"enable": true,
"loader": "***",
"filter": "***",
"consumer": ""
}
},
就是以上信息。
不过以上问题在重启服务器后恢复正常。
应该是服务卡住导致??
恢复后滞留的mail会陆陆续续发出来。
另外还有一个问题是,自定义信息是不是一定要改json文件?
https://www.o2oa.net/cms/serverdeployment/139.html
我在系统配置-消息配置-类型配置添加后会告诉我错误:未定义的消息类型
我在json文件也看到我配置的信息类型,类型前面也加上custom_
具体如下:
"custom": {
"custom_qk": {
"consumers": [
{
"consumer": "pmsinner_demo"
}
],
"description": "***"
}
}, |
|