短信渠道支持指定账号推送。

master
3y 2 years ago
parent bb7a8f79cf
commit 3568de99b7

@ -212,19 +212,14 @@
"required": true "required": true
}, },
{ {
"type": "hidden", "type": "select",
"label": "发送账号",
"name": "sendAccount", "name": "sendAccount",
"value": "0", "source": "${ls:backend_url}/account/queryByChannelType?channelType=30&creator=${ls:openId}",
"visibleOn": "this.sendChannel == 30"
},
{
"type": "input-text",
"label": "短信账号",
"disabled": true,
"value": "根据【消息类型】按流量分配到对应短信渠道",
"visibleOn": "this.sendChannel == 30", "visibleOn": "this.sendChannel == 30",
"description": "<font color=\"#990000\">AUTO根据类型走系统流量配置</font>",
"clearValueOnHidden": false, "clearValueOnHidden": false,
"required": false, "required": true,
"size": "lg" "size": "lg"
}, },
{ {

@ -228,19 +228,14 @@
"required": true "required": true
}, },
{ {
"type": "hidden", "type": "select",
"label": "发送账号",
"name": "sendAccount", "name": "sendAccount",
"value": "0", "source": "${ls:backend_url}/account/queryByChannelType?channelType=30&creator=${ls:openId}",
"visibleOn": "this.sendChannel == 30"
},
{
"type": "input-text",
"label": "短信账号",
"disabled": true,
"value": "根据【消息类型】按流量分配到对应短信渠道",
"visibleOn": "this.sendChannel == 30", "visibleOn": "this.sendChannel == 30",
"description": "<font color=\"#990000\">AUTO根据类型走系统流量配置</font>",
"clearValueOnHidden": false, "clearValueOnHidden": false,
"required": false, "required": true,
"size": "lg" "size": "lg"
}, },
{ {

@ -206,13 +206,14 @@
"required": true "required": true
}, },
{ {
"type": "input-text", "type": "select",
"label": "短信账号", "label": "发送账号",
"disabled": true, "name": "sendAccount",
"value": "根据【消息类型】按流量分配到对应短信渠道", "source": "${ls:backend_url}/account/queryByChannelType?channelType=30&creator=${ls:openId}",
"visibleOn": "this.sendChannel == 30", "visibleOn": "this.sendChannel == 30",
"description": "<font color=\"#990000\">AUTO根据类型走系统流量配置</font>",
"clearValueOnHidden": false, "clearValueOnHidden": false,
"required": false, "required": true,
"size": "lg" "size": "lg"
}, },
{ {

Loading…
Cancel
Save