{
"id": "string",
"templateName": "string",
"templateDesc": "string",
"templateBelong": "string",
"createTime": "string",
"sysOperations": [
{
"operId": "string",
"operName": "string",
"operBelong": "string",
"operParentId": "string",
"operOrder": 0,
"operType": "string",
"checked": true,
"isCollected": true,
"pinyin": "string",
"child": [
{}
],
"operParentName": "string"
}
]
}
curl --location --request POST '/api/template/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"templateName": "string",
"templateDesc": "string",
"templateBelong": "string",
"createTime": "string",
"sysOperations": [
{
"operId": "string",
"operName": "string",
"operBelong": "string",
"operParentId": "string",
"operOrder": 0,
"operType": "string",
"checked": true,
"isCollected": true,
"pinyin": "string",
"child": [
{}
],
"operParentName": "string"
}
]
}'
{
"code": 0,
"data": false,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}