...
Field | Type | Description | Since |
---|---|---|---|
code | string | 状态码 | - |
errorCode | string | 错误状态码 | - |
msg | string | 状态描述 | - |
data | object | 数据 | - |
└─list | array | 结果列表 | - |
└─id | int32 | 记录id | |
└─orgId | string | 兔展定义的企业ID | - |
└─appId | string | 作品ID | - |
└─componentId | string | 玩法唯一标识ID | - |
└─nickName | string | 微信昵称 | - |
└─openid | string | openid | - |
└─audid | string | 用户档案id | - |
└─avatar | string | 微信头像 | - |
└─sex | int32 | 性别 | - |
└─district | string | 地区 | - |
└─eventType | string | 事件类型 | - |
└─eventName | string | 行为事件 | - |
└─finishTime | 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 | 总行数 | - |
...
代码块 | ||||
---|---|---|---|---|
| ||||
{ "code": "200", "errorCode": "SUCCESS", "msg": "ok", "data": { "list": [ { "orgId": "855ef44a-f843-40a7-a959-9164cc64873a", "appId": "beb4f902-ca74-4e1b-a615-4452f08454ca", "componentId": "f1101b89-7902-43a7-be47-400884644de7", "nickName": "Charlian2", "audid": "978257089980284928", "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/vsAWtyZWUSxLOicJ2rmssvhTxttKVV28YOROkn0GhfAughyCEZibSPFva4aAqrhtnRQibf53iabLVTIcemYRyTjic8w/132", "sex": 0, "district": "[null,null,null]", "openid": "ov1Jdw9jC8Hi4biq3ziKnEewXAeA", "eventType": "组件触发", "eventName": "点击给好友助力按钮", "finishTime": "2022-07-21 09:48:27", "openids": [ { "openid": "111", "unionid": "111", "identityType": "111", "identityId": "11111", "appid": "111", "jcappId": "111", "fromTo": "111", "platform": "111" } ] } ], "pageNo": 1, "pageSize": 10, "totalCount": 1, "beginIndex": 0, "orderCondition": "", "pageCount": 1, "order": "ASC" } } |
...