云服务器内容精选

  • 响应参数 参数 类型 描述 status String 状态 success/failed msg String 异常信息,异常时提示 data Object 返回数据,详见data对象说明 failed boolean true/false success boolean true/false Data对象 参数 类型 描述 msgId Long 消息ID msgTitle String 消息标题 extParam String 扩展参数 msgType int 消息类型 0普通消息1公告 publishTime String 发布时间 msgDescription String 消息描述 subcategory String 二级消息分类 extended1 String 扩展字段1 Extended2 String 扩展字段2 Extended3 String 扩展字段3 Extended4 String 扩展字段4 Extended5 String 扩展字段5 Extended6 String 扩展字段6 readStatus Int 消息是否已读 0未读1已读 noticeId Long 公告ID
  • 响应示例 { "status": "success", "msg": null, "data": { "start": 0, "count": 10, "data": [ { "msgId": 1951009, "msgTitle": "待办问题", "extParam": null, "msgType": 9, "publishTime": "2022-03-11T10:24:49.000+00:00", "msgDescription": "你有一个新的待办问题【发的刚发的】", "subcategory": "09_02", "extended1": "219884", "extended2": "Issue20220311184389", "extended3": null, "extended4": null, "extended5": "/one/#/qc/question/process?issueId=219884&type=2&key=issueId&child=204", "extended6": null, "readStatus": 1, "noticeId": null } ], "totalCount": 1, "unReadCount": 0 }, "failed": false, "success": true}