POST xuner/soc/Social/getNotification

请求信息

URI 参数

无。

Body 参数

SocBannerRequset
名称描述类型附加信息
type

类型 1商城,2点餐,3社区

string

无。

请求格式

application/json, text/json

样例:
{
  "type": "sample string 1"
}

响应信息

资源描述

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

Soc_Notification

无。

req

string

无。

msg

string

无。

code

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": {
    "notificationId": 1,
    "msgType": 2,
    "title": "sample string 3",
    "imgUrl": "sample string 4",
    "description": "sample string 5",
    "content": "sample string 6",
    "jumpUrl": "sample string 7",
    "timeName": "sample string 8",
    "pushTime": "sample string 9",
    "openStatus": 10,
    "unreadNum": 11,
    "type": 12,
    "jumpUrlContent": {
      "jumpUrlParam": [
        {
          "param": "sample string 1",
          "name": "sample string 2"
        },
        {
          "param": "sample string 1",
          "name": "sample string 2"
        }
      ],
      "type": 1,
      "url": "sample string 2"
    }
  },
  "req": "sample string 1",
  "msg": "sample string 2",
  "code": 3
}