版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

FieldTypeDescription

code

string

状态码

errorCode

string

错误状态码

msg

string

状态描述

data

object

数据

└─pageNo

Integer

页码

└─pageSize

Integer

页大小

└─total

Integer

总数

└─data

List<Long>

数据被邀请者的id集合



Response-example:
代码块
themeMidnight
linenumberstrue
{
  "code": "4256",
  "errorCode": "4256",
  "msg": "rfqx43",
  "data": {
    "pageNo": 259,
    "pageSize": 10,
    "total": 154,
    "data": [
      649
    ]
  }
}

...