|
|
|
@ -15,7 +15,21 @@
|
|
|
|
|
"mode": "horizontal",
|
|
|
|
|
"title": "",
|
|
|
|
|
"affixFooter": true,
|
|
|
|
|
"api": "http://localhost:8080/messageTemplate/save",
|
|
|
|
|
"api": {
|
|
|
|
|
"url": "http://localhost:8080/messageTemplate/save",
|
|
|
|
|
"method": "post",
|
|
|
|
|
"data": {
|
|
|
|
|
"name": "${name}",
|
|
|
|
|
"idType": "${idType}",
|
|
|
|
|
"msgType": "${msgType}",
|
|
|
|
|
"templateType": "${templateType}",
|
|
|
|
|
"expectPushTime": "${expectPushTime}",
|
|
|
|
|
"proposer": "${proposer}",
|
|
|
|
|
"sendChannel": "${sendChannel}",
|
|
|
|
|
"sendAccount": "${sendAccount}",
|
|
|
|
|
"msgContent": "{\"content\":\"${content}\",\"url\":\"${url}\"}"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"actions": [
|
|
|
|
|
{
|
|
|
|
|
"label": "保存",
|
|
|
|
@ -117,7 +131,9 @@
|
|
|
|
|
"mode": "",
|
|
|
|
|
"description": ""
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
],
|
|
|
|
|
"className": "Collapse--lg",
|
|
|
|
|
"bodyClassName": "r-3x w-full text-lg r font-bold"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "fieldSet",
|
|
|
|
@ -193,11 +209,17 @@
|
|
|
|
|
"clearValueOnHidden": false
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"className": ""
|
|
|
|
|
"className": "Collapse--lg",
|
|
|
|
|
"bodyClassName": "r-3x w-full text-lg r font-bold"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"panelClassName": "Panel--default",
|
|
|
|
|
"bodyClassName": "text-lg"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"messages": {
|
|
|
|
|
},
|
|
|
|
|
"style": {
|
|
|
|
|
},
|
|
|
|
|
"bodyClassName": "p-lg p-t-lg p-r-lg p-b-lg p-l-lg m-none m-l-lg m-b-lg m-r-lg m-t-lg m-lg b-5x b-dark r-3x text-dark bg-white w-full font-bold text-lg"
|
|
|
|
|
}
|