Authorization: Bearer ********************
curl --location --request POST 'http://localhost:9999/api1/li-enterprise-template/findStaticsTemplate?userNo=sj'
{
"code": "string",
"msg": "string",
"data": [
{
"id": 0,
"userId": "string",
"templateType": "string",
"templateName": "string",
"templateInfo": "string",
"createTime": null,
"createPerson": null,
"updateTime": null,
"updatePerson": null,
"templateUse": "string"
}
]
}