POST xuner/soc/Social/userFlow

请求信息

URI 参数

无。

Body 参数

userContentFlowListRequest
名称描述类型附加信息
userId

string

无。

type

string

无。

current

integer

无。

size

每页多少条数据,默认10

integer

无。

请求格式

application/json, text/json

样例:
{
  "userId": "sample string 1",
  "type": "sample string 2",
  "current": 3,
  "size": 4
}

响应信息

资源描述

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

ListItemOfSoc_userFollow

无。

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,
        "status": 4,
        "type": 5,
        "user": {
          "userId": "sample string 1",
          "username": "sample string 2",
          "nickname": "sample string 3",
          "avatar": "sample string 4",
          "userType": "sample string 5",
          "remark": "sample string 6",
          "carType": "sample string 7"
        }
      },
      {
        "id": 1,
        "status": 4,
        "type": 5,
        "user": {
          "userId": "sample string 1",
          "username": "sample string 2",
          "nickname": "sample string 3",
          "avatar": "sample string 4",
          "userType": "sample string 5",
          "remark": "sample string 6",
          "carType": "sample string 7"
        }
      }
    ]
  },
  "req": "sample string 1",
  "msg": "sample string 2",
  "code": 3
}