|
|
|
@ -215,17 +215,20 @@
|
|
|
|
|
],
|
|
|
|
|
"required": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "hidden",
|
|
|
|
|
"name": "sendAccount",
|
|
|
|
|
"value": "0",
|
|
|
|
|
"visibleOn": "this.sendChannel == 30"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "input-text",
|
|
|
|
|
"label": "短信账号",
|
|
|
|
|
"name": "sendAccount",
|
|
|
|
|
"disabled": true,
|
|
|
|
|
"value": "0",
|
|
|
|
|
"placeholder": "自动会根据消息类型选择发送账号",
|
|
|
|
|
"description": "自动会根据消息类型选择发送账号",
|
|
|
|
|
"value": "根据【消息类型】按流量分配到对应短信渠道",
|
|
|
|
|
"visibleOn": "this.sendChannel == 30",
|
|
|
|
|
"clearValueOnHidden": false,
|
|
|
|
|
"required": true,
|
|
|
|
|
"required": false,
|
|
|
|
|
"size": "lg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
@ -252,16 +255,7 @@
|
|
|
|
|
"type": "select",
|
|
|
|
|
"label": "飞书机器人",
|
|
|
|
|
"name": "sendAccount",
|
|
|
|
|
"options": [
|
|
|
|
|
{
|
|
|
|
|
"label": "austin",
|
|
|
|
|
"value": "10"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "athena",
|
|
|
|
|
"value": "20"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"source": "http://localhost:8080/account/queryByChannelType?channelType=110",
|
|
|
|
|
"visibleOn": "this.sendChannel == 110",
|
|
|
|
|
"clearValueOnHidden": false,
|
|
|
|
|
"required": true,
|
|
|
|
@ -323,16 +317,7 @@
|
|
|
|
|
"type": "select",
|
|
|
|
|
"label": "推送账号",
|
|
|
|
|
"name": "sendAccount",
|
|
|
|
|
"options": [
|
|
|
|
|
{
|
|
|
|
|
"label": "个推",
|
|
|
|
|
"value": "10"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "信鸽",
|
|
|
|
|
"value": "20"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"source": "http://localhost:8080/account/queryByChannelType?channelType=20",
|
|
|
|
|
"visibleOn": "this.sendChannel == 20",
|
|
|
|
|
"clearValueOnHidden": false,
|
|
|
|
|
"required": true,
|
|
|
|
@ -373,16 +358,7 @@
|
|
|
|
|
"type": "select",
|
|
|
|
|
"label": "邮件账号",
|
|
|
|
|
"name": "sendAccount",
|
|
|
|
|
"options": [
|
|
|
|
|
{
|
|
|
|
|
"label": "QQ邮箱",
|
|
|
|
|
"value": "10"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "163邮箱",
|
|
|
|
|
"value": "20"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"source": "http://localhost:8080/account/queryByChannelType?channelType=40",
|
|
|
|
|
"visibleOn": "this.sendChannel == 40",
|
|
|
|
|
"clearValueOnHidden": false,
|
|
|
|
|
"required": true,
|
|
|
|
@ -412,16 +388,7 @@
|
|
|
|
|
"type": "select",
|
|
|
|
|
"label": "企业微信应用",
|
|
|
|
|
"name": "sendAccount",
|
|
|
|
|
"options": [
|
|
|
|
|
{
|
|
|
|
|
"label": "austin",
|
|
|
|
|
"value": "10"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "athena",
|
|
|
|
|
"value": "20"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"source": "http://localhost:8080/account/queryByChannelType?channelType=70",
|
|
|
|
|
"visibleOn": "this.sendChannel == 70",
|
|
|
|
|
"clearValueOnHidden": false,
|
|
|
|
|
"required": true,
|
|
|
|
@ -431,16 +398,7 @@
|
|
|
|
|
"type": "select",
|
|
|
|
|
"label": "钉钉群机器人",
|
|
|
|
|
"name": "sendAccount",
|
|
|
|
|
"options": [
|
|
|
|
|
{
|
|
|
|
|
"label": "austin",
|
|
|
|
|
"value": "10"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "athena",
|
|
|
|
|
"value": "20"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"source": "http://localhost:8080/account/queryByChannelType?channelType=80",
|
|
|
|
|
"visibleOn": "this.sendChannel == 80",
|
|
|
|
|
"clearValueOnHidden": false,
|
|
|
|
|
"required": true,
|
|
|
|
@ -450,16 +408,7 @@
|
|
|
|
|
"type": "select",
|
|
|
|
|
"label": "钉钉应用",
|
|
|
|
|
"name": "sendAccount",
|
|
|
|
|
"options": [
|
|
|
|
|
{
|
|
|
|
|
"label": "austin",
|
|
|
|
|
"value": "10"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "athena",
|
|
|
|
|
"value": "20"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"source": "http://localhost:8080/account/queryByChannelType?channelType=90",
|
|
|
|
|
"visibleOn": "this.sendChannel == 90",
|
|
|
|
|
"clearValueOnHidden": false,
|
|
|
|
|
"required": true,
|
|
|
|
|