简要描述:

  • 通知详情

请求URL:

  • /api/notice/noticedetail

请求参数:

参数名 是否必须 类型 说明
noticeId int32 通知Id

入参示例:

  1. https://localhost:6001/api/notice/noticedetail?noticeId=158&api-version=1.0

返回示例:

正确时返回:

  1. {
  2. "code": 200,
  3. "success": true,
  4. "message": null,
  5. "result": {
  6. "guideId": null,
  7. "title": null,
  8. "createOn": "2019-09-23T10:05:08.793",
  9. "publisher": null,
  10. "publisherTel": null,
  11. "guideCanRemove": false,
  12. "publisherRole": 2,
  13. "noticeItem": [
  14. {
  15. "id": 1,
  16. "noticeId": 158,
  17. "itemName": "早餐地点",
  18. "itemText": "楼 餐厅 自助\\围餐"
  19. },
  20. {
  21. "id": 2,
  22. "noticeId": 158,
  23. "itemName": "起床时间",
  24. "itemText": "A M :不设置"
  25. },
  26. {
  27. "id": 3,
  28. "noticeId": 158,
  29. "itemName": "明日天气",
  30. "itemText": "晴阴雨雪 温度: 至"
  31. },
  32. {
  33. "id": 4,
  34. "noticeId": 158,
  35. "itemName": "入住情况",
  36. "itemText": "第 晚, 月 日, 星期"
  37. }
  38. ],
  39. "id": 158
  40. }
  41. }

错误时返回:

返回参数说明:

Data数据说明

参数名 类型 说明
teamNo string 团号
teamName string 团名
openTime DateTime 出团日期

备注:

-