...
Field | Type | Description |
---|---|---|
code | string | 状态码 |
errorCode | string | 错误状态码 |
msg | string | 状态描述 |
data | object | 数据 |
└─pageNo | Integer | 页码 |
└─pageSize | Integer | 页大小 |
└─total | Integer | 总数 |
└─data | List<Long> | 数据被邀请者的id集合 |
Response-example:
代码块 | ||||
---|---|---|---|---|
| ||||
{ "code": "4256", "errorCode": "4256", "msg": "rfqx43", "data": { "pageNo": 259, "pageSize": 10, "total": 154, "data": [ 649 ] } } |
...