简要描述:
- 推送通知
请求URL:
- /api/notice/push
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
noticeId | 是 | int32 | 通知Id |
入参示例:
http://localhost/api/notice/push?noticeId=84
返回示例:
正确时返回:
{
"code": 200,
"success": true,
"message": null,
"result": {
"guideId": 2,
"title": "不好意思,我又来了,再推一次",
"createOn": "2019-08-23T10:03:39.57",
"publisher": null,
"publisherTel": null,
"publisherRole": 1,
"id": 84
}
}
错误时返回:
返回参数说明:
Data数据说明
参数名 | 类型 | 说明 |
---|---|---|
title | string | 通知内容 |
备注:
-