POST xuner/soc/Social/activityLoading

活动加载

请求信息

URI 参数

无。

Body 参数

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

取第几页的数据

integer

无。

size

每页多少条数据,默认10

integer

无。

isAsc

是否倒序

boolean

无。

请求格式

application/json, text/json

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

响应信息

资源描述

活动加载

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

ListItemOfSoc_activity

无。

req

string

无。

msg

string

无。

code

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": {
    "total": 0,
    "size": 0,
    "pages": 0,
    "current": 0,
    "msg": "",
    "code": 0,
    "records": [
      {
        "id": 0,
        "activityType": 0,
        "activityTitle": "",
        "activityBannerUrl": "",
        "startTime": "",
        "status": 0,
        "sort": 0,
        "jumpType": 0,
        "contentId": 0,
        "activityProcess": 0,
        "buttonName": "",
        "buttonStatus": 0
      }
    ]
  },
  "req": "",
  "msg": "",
  "code": 0
}