搜索通知的类型

#### 简要描述:输入关键字搜索通知的类型
  • 搜索通知的类型接口

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 王超 2022-08-17 2022-08-17

请求URL:

  • /je/message/homePortal/loadMsgType

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
Content-Type string 请求类型: application/json
authorization string 请求内容签名

请求参数:

参数名 是否必须 类型 说明
keyWord string

返回示例:

正确时返回:

{
   code: "1000"
    data: [{text: "消息", code: "MSG", id: "6jLxdGhd335PzyCF6Ay", icon: "fal fa-bell", backgroundColor: "",…}]
    0: {text: "消息", code: "MSG", id: "6jLxdGhd335PzyCF6Ay", icon: "fal fa-bell", backgroundColor: "",…}
    backgroundColor: ""
    code: "MSG"
    icon: "fal fa-bell"
    iconCls: "fal fa-bell"
    iconClsImage: null
    id: "6jLxdGhd335PzyCF6Ay"
    text: "消息"
    textColor: ""
    message: "操作成功"
    rows: null
    success: true
    totalCount: null
}

返回参数说明:

参数名 类型 说明
code String 类型Code
textColor String 字体颜色
backgroundColor String 背景颜色
iconCls String 图标样式

备注:

  • 更多返回错误代码请看首页的错误代码描述
最后编辑: 于春辉  文档更新时间: 2024-07-26 14:15   作者:于春辉