POST xuner/soc/Social/getNotificationList

获取通知列表

请求信息

URI 参数

无。

Body 参数

getNotificationListRequset
名称描述类型附加信息
current

取第几页的数据

integer

无。

size

每页多少条数据,默认10

integer

无。

请求格式

application/json, text/json

样例:
{
  "current": 0,
  "size": 0
}

响应信息

资源描述

获取通知列表

gSocResponseOfListItemOfSoc_Notification
名称描述类型附加信息
data

ListItemOfSoc_Notification

无。

req

string

无。

msg

string

无。

code

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": {
    "total": 0,
    "size": 0,
    "pages": 0,
    "current": 0,
    "msg": "",
    "code": 0,
    "records": [
      {
        "notificationId": 0,
        "msgType": 0,
        "title": "",
        "imgUrl": "",
        "description": "",
        "content": "",
        "jumpUrl": "",
        "timeName": "",
        "pushTime": "",
        "openStatus": 0,
        "unreadNum": 0,
        "type": 0,
        "jumpUrlContent": {
          "jumpUrlParam": [
            {
              "param": "",
              "name": ""
            }
          ],
          "type": 0,
          "url": ""
        }
      }
    ]
  },
  "req": "",
  "msg": "",
  "code": 0
}