简要描述:
- 获取消息公告列表
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
3.6.0 | 朱小乾 | 2023-04-14 | - |
请求URL:
-/api/mobileGuide/examNoticeMessage/GetExamNoticeMessages
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | 请求类型: application/json |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
返回示例:
正确时返回:
{
"code": 1,
"message": "操作成功",
"data": [
{
"id": 2,
"type": 1,
"issueType": 1,
"message": "11",
"extra": null,
"extraObj": null,
"isRead": false
}
]
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | id |
type | int | 类型:0:全部;1:用户;2:部门 |
issueType | int | 类型:0:项目未设置部门 1:系统即将过期 |
message | string | 信息 |
extra | string | 额外信息 |
extraObj | object | 额外对象 |
isRead | bool | 是否已读 |
备注:
-
文档更新时间: 2023-04-14 15:00