...
Field | Type | Description |
---|---|---|
code | string | 状态码 |
errorCode | string | 错误状态码 |
msg | string | 状态描述 |
data | object | 数据 |
└─list | array | 结果列表 |
└─id | int32 | 签到记录id |
└─audId | int64 | 客户档案Id |
└─openId | string | 微信下应用的唯一标识 |
└─unionId | string | 微信的同一平台下的用户唯一标识 |
└─avatar | string | 用户图像 |
└─createTime | string | 创建时间 |
└─nickName | string | 用户昵称 |
└─openids | array | 身份识别字段 |
└─ openid | string | openid |
└─ unionid | string | unionid |
└─ identityType | string | 身份类型 |
└─ identityId | string | 身份id |
└─ appid | string | 微信公众号id |
└─ jcappId | string | 自建应用appid |
└─ fromTo | string | 来源 |
└─ platform | string | 来源平台 |
└─pageNo | int32 | 页码 |
└─pageSize | int32 | 每页的大小 |
└─totalCount | int32 | 总行数 |
└─beginIndex | int32 | No comments found. |
└─orderCondition | string | No comments found. |
└─pageCount | int32 | No comments found. |
└─sort | string | 排序字段 |
└─order | string | 排序顺序 |
└─mulFieldOrder | string | No comments found. |
...
代码块 | ||||
---|---|---|---|---|
| ||||
{ "code": "21339", "errorCode": "21339", "msg": "unft7h", "data": { "list": [ { "id":1231231, "audId": 326, "openId": "71", "unionId": "71", "avatar": "dzg6zs", "createTime": "2021-08-19 14:48:01", "openids": [ { "openid": "111", "unionid": "111", "identityType": "111", "identityId": "11111", "appid": "111", "jcappId": "111", "fromTo": "111", "platform": "111" } ], "nickName": "robby.gutkowski" } ], "pageNo": 391, "pageSize": 10, "totalCount": 569, "beginIndex": 726, "orderCondition": "27r9e0", "pageCount": 486, "sort": "rdryap", "order": "4gpzhn", "mulFieldOrder": "slj3gi" } } |
...