|
|
|
@ -99,6 +99,26 @@
|
|
|
|
|
],
|
|
|
|
|
"required": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "radios",
|
|
|
|
|
"label": "屏蔽类型",
|
|
|
|
|
"name": "shieldType",
|
|
|
|
|
"options": [
|
|
|
|
|
{
|
|
|
|
|
"label": "夜间不屏蔽",
|
|
|
|
|
"value": "10"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "夜间屏蔽",
|
|
|
|
|
"value": "20"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "夜间屏蔽(次日早上9点发送)",
|
|
|
|
|
"value": "30"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"required": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "input-text",
|
|
|
|
|
"label": "cron表达式",
|
|
|
|
@ -348,6 +368,7 @@
|
|
|
|
|
"sendChannel": "${sendChannel}",
|
|
|
|
|
"sendAccount": "${sendAccount}",
|
|
|
|
|
"cronCrowdPath": "${cronCrowdPath}",
|
|
|
|
|
"shieldType": "${shieldType}",
|
|
|
|
|
"msgContent": "{\"content\":\"${content}\",\"url\":\"${url}\",\"title\":\"${title}\",\"wechatType\":\"${wechatType}\"}",
|
|
|
|
|
"id": "${id}",
|
|
|
|
|
"flowId": "${flowId}",
|
|
|
|
|