简要描述:
- 通知详情
请求URL:
- /api/notice/noticedetail
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
noticeId | 是 | int32 | 通知Id |
入参示例:
https://localhost:6001/api/notice/noticedetail?noticeId=158&api-version=1.0
返回示例:
正确时返回:
{
"code": 200,
"success": true,
"message": null,
"result": {
"guideId": null,
"title": null,
"createOn": "2019-09-23T10:05:08.793",
"publisher": null,
"publisherTel": null,
"guideCanRemove": false,
"publisherRole": 2,
"noticeItem": [
{
"id": 1,
"noticeId": 158,
"itemName": "早餐地点",
"itemText": "楼 餐厅 自助\\围餐"
},
{
"id": 2,
"noticeId": 158,
"itemName": "起床时间",
"itemText": "A M :不设置"
},
{
"id": 3,
"noticeId": 158,
"itemName": "明日天气",
"itemText": "晴阴雨雪 温度: 至"
},
{
"id": 4,
"noticeId": 158,
"itemName": "入住情况",
"itemText": "第 晚, 月 日, 星期"
}
],
"id": 158
}
}
错误时返回:
返回参数说明:
Data数据说明
参数名 | 类型 | 说明 |
---|---|---|
teamNo | string | 团号 |
teamName | string | 团名 |
openTime | DateTime | 出团日期 |
备注:
-