设置通知配置
POST
/adminapi/notice.notice/set请求参数
Body 参数application/json
id
integer
必需
template
object
必需
sms
object
必需
system
object
必需
oa
object
必需
mnp
object
必需
示例
{
"id": 0,
"template": {
"sms": {
"type": "string",
"template_id": "string",
"content": "string",
"status": "string",
"is_show": true,
"tips": [
"string"
]
},
"system": {
"type": "string",
"title": "string",
"content": "string",
"status": "string",
"is_show": true,
"tips": [
"string"
]
},
"oa": {
"type": "string",
"template_id": "string",
"template_sn": "string",
"name": "string",
"first": "string",
"remark": "string",
"tpl": [
"string"
],
"status": "string",
"is_show": true,
"tips": [
"string"
]
},
"mnp": {
"type": "string",
"template_id": "string",
"template_sn": "string",
"name": "string",
"tpl": [
"string"
],
"status": "string",
"is_show": true,
"tips": [
"string"
]
}
}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
array[string]
必需
示例成功示例
{
"code": 1,
"show": 1,
"msg": "操作成功",
"data": []
}
最后修改时间: 2 年前