Authorization: Bearer ********************
{
"templateName": "测试模板",
"templateUse": "1",
"templateInfo": "[]",
"sharedUsers": [
"sj"
]
}
curl --location --request POST 'http://localhost:9999/api1/li-enterprise-template/shareTemplate' \
--header 'Content-Type: application/json' \
--data-raw '{
"templateName": "测试模板",
"templateUse": "1",
"templateInfo": "[]",
"sharedUsers": [
"sj"
]
}'
{"code":"200","msg":"成功!","data":null}