POST xuner/soc/Social/activityLoading

活动加载

请求信息

URI 参数

无。

Body 参数

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

取第几页的数据

integer

无。

size

每页多少条数据,默认10

integer

无。

isAsc

是否倒序

boolean

无。

请求格式

application/json, text/json

样例:
{
  "current": 1,
  "size": 2,
  "isAsc": true
}

响应信息

资源描述

活动加载

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

ListItemOfSoc_activity

无。

req

string

无。

msg

string

无。

code

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": {
    "total": 1,
    "size": 2,
    "pages": 3,
    "current": 4,
    "msg": "sample string 5",
    "code": 6,
    "records": [
      {
        "id": 1,
        "activityType": 2,
        "activityTitle": "sample string 3",
        "activityBannerUrl": "sample string 4",
        "startTime": "sample string 5",
        "status": 6,
        "sort": 7,
        "jumpType": 8,
        "contentId": 9,
        "activityProcess": 10,
        "buttonName": "sample string 11",
        "buttonStatus": 12
      },
      {
        "id": 1,
        "activityType": 2,
        "activityTitle": "sample string 3",
        "activityBannerUrl": "sample string 4",
        "startTime": "sample string 5",
        "status": 6,
        "sort": 7,
        "jumpType": 8,
        "contentId": 9,
        "activityProcess": 10,
        "buttonName": "sample string 11",
        "buttonStatus": 12
      }
    ]
  },
  "req": "sample string 1",
  "msg": "sample string 2",
  "code": 3
}