简要描述:

  • 推送通知

请求URL:

  • /api/notice/push

请求参数:

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

入参示例:

  1. http://localhost/api/notice/push?noticeId=84

返回示例:

正确时返回:

  1. {
  2. "code": 200,
  3. "success": true,
  4. "message": null,
  5. "result": {
  6. "guideId": 2,
  7. "title": "不好意思,我又来了,再推一次",
  8. "createOn": "2019-08-23T10:03:39.57",
  9. "publisher": null,
  10. "publisherTel": null,
  11. "publisherRole": 1,
  12. "id": 84
  13. }
  14. }

错误时返回:

返回参数说明:

Data数据说明

参数名 类型 说明
title string 通知内容

备注:

-