- 执法证管理
- 新执法证换领统计表
- 电子档案管理
- 移动端
- 系统通知公告
- 首页
- 审批工作台
- 系统通用
- 执法工作台
- 我的(个人空间)
- 字典
- 系统通知公告管理
- 收货地址管理
- 法制审核人员管理
获取通知公告详情
GET
/ltm/mobile/notice/detail/{noticeId}
请求参数
Path 参数
noticeId
string
通知公告ID
示例值:
1a25faf38ea14d658db1db876c6fdf40
Cookie 参数
SESSION
string
必需
默认值:
3bb735243ee640199353a7f5050af8c6
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://cn-cd-dx-3.natfrp.cloud:45582/api/zfdw_ext/ltm/mobile/notice/detail/1a25faf38ea14d658db1db876c6fdf40' \
--header 'Cookie: SESSION=;SESSION=3bb735243ee640199353a7f5050af8c6'
返回响应
🟢200成功
application/json
Body
success
boolean
必需
message
string
必需
code
integer
必需
result
object (移动端-通知公告详情VO)
必需
id
string
通知公告ID
title
string
通知公告标题
issueDepartLoc
string
发布单位所属地
issueDepartName
string
发布部门名称
issueTime
string
发布时间
content
string
内容
attachment
附件
timestamp
integer
必需
示例
{
"success": true,
"message": "string",
"code": 0,
"result": {
"id": "string",
"title": "string",
"issueDepartLoc": "string",
"issueDepartName": "string",
"issueTime": "string",
"content": "string",
"attachment": {
"id": "string",
"createBy": "string",
"createTime": "string",
"displayName": "string",
"fileName": "string",
"fileType": "string",
"businessPlatform": "string",
"bucketName": "string",
"fileSize": "string",
"endPoint": "string",
"previewsUrl": "string",
"fileValue": "string"
}
},
"timestamp": 0
}