通知对象
描述一条通知具体信息的对象。
对象元素
id:部门 IDreciver:接收者的 UIDlinkto:连接至的系统内内容的 IDtype:链接至的系统内容的类型"announcement":公告"project":专案
content:通知内容read:已读标记time:通知触发时间,毫秒级别的时间戳
附注
- 对象中的元素可能会根据不同的实际情况而有所出入
对象示例
{
"id": 14,
"reciver": 1,
"linkto": 3,
"type": "announcement",
"content": "收到一个新的公告:关于公司内部开展 Vainglory 比赛的通知",
"read": 0,
"time": 1495546604566
}
更新历史
- V1.1:元素命名从中文更换为英文