POST xuner/soc/Social/getNotification

获取通知详情

请求信息

URI 参数

无。

Body 参数

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

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

string

无。

请求格式

application/json, text/json

样例:
{
  "type": ""
}

响应信息

资源描述

获取通知详情

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

Soc_Notification

无。

req

string

无。

msg

string

无。

code

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": {
    "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
}