简要描述
请求URL
/portal/portalNotice/queryById
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
id |
是 |
string |
通知公告id |
返回示例
{
"msg": "操作成功",
"code": 200,
"success": true,
"ePortalNotice": {
"id": "0a45388f8251448a87c6079e23484dbb",
"title": "梵蒂冈地方",
"content": "<p>受到惩罚双打冠军</p>",
"author": "风格的非常棒",
"publicationDate": "2022-08-22 00:00:00"
}
}
返回参数说明
参数名 |
类型 |
说明 |
title |
string |
标题 |
author |
string |
作者 |
publicationDate |
string |
发表时间 |
content |
string |
内容,富文本(可能为空) |