{}
curl --location --request GET '/api/FckTemplate/edit?msgid=&opType=' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"errcode": 0,
"errmsg": "string",
"result": {
"formOptions": [
{
"title": "string",
"value": "string",
"template": [
{
"title": "string",
"value": "string"
}
]
}
],
"defVal": {
"fckContent": "string",
"imgPic": "string",
"txtDesc": "string",
"txtName": "string",
"orderIndex": "string",
"orderForm": "string"
}
}
}