{
"id": 0,
"systemNotice": {
"status": 0,
"title": "string",
"content": "string"
},
"smsNotice": {
"status": 0,
"templateId": "string",
"content": "string"
},
"oaNotice": {
"status": 0,
"name": "string",
"first": "string",
"remark": "string",
"templateId": "string",
"templateSn": "string",
"tpl": [
{}
]
},
"mnpNotice": {
"status": 0,
"name": "string",
"templateId": "string",
"templateSn": "string",
"tpl": [
{
"tplName": "string",
"tplKeyword": "string",
"tplContent": "string"
}
]
}
}curl --location --request POST 'https://java-admin.likeadmin.cn//api/setting/notice/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"systemNotice": {
"status": 0,
"title": "string",
"content": "string"
},
"smsNotice": {
"status": 0,
"templateId": "string",
"content": "string"
},
"oaNotice": {
"status": 0,
"name": "string",
"first": "string",
"remark": "string",
"templateId": "string",
"templateSn": "string",
"tpl": [
{}
]
},
"mnpNotice": {
"status": 0,
"name": "string",
"templateId": "string",
"templateSn": "string",
"tpl": [
{
"tplName": "string",
"tplKeyword": "string",
"tplContent": "string"
}
]
}
}'{
"code": 200,
"msg": "成功",
"data": []
}