{
"code": "string",
"title": "string",
"type": 0,
"remark": "string",
"id": 0,
"haveMemo": true,
"menoName": "string",
"menoInfo": "string",
"templateInfos": [
{
"templateId": "string",
"parentId": 0,
"parentCode": "string",
"title": "string",
"level": 0,
"orderBy": 0
}
]
}curl --location --request POST '/template/upd' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"title": "string",
"type": 0,
"remark": "string",
"id": 0,
"haveMemo": true,
"menoName": "string",
"menoInfo": "string",
"templateInfos": [
{
"templateId": "string",
"parentId": 0,
"parentCode": "string",
"title": "string",
"level": 0,
"orderBy": 0
}
]
}'{
"code": 0,
"msg": "",
"data": false
}