...
Parameter | Type | Required | Description |
---|---|---|---|
appId | string | true | 作品ID |
componentId | string | true | 玩法组件ID |
uid | string | true | 第三方用户id |
nickName | string | false | 微信昵称 |
startTime | string | true | 开始时间, yyyy-MM-dd HH:mm:ss |
endTime | string | true | 结束时间, yyyy-MM-dd HH:mm:ss |
pageNo | int32 | true | 第几页,从1开始 |
pageSize | int32 | true | 每页数据条数 |
Response-fields:
Field | Type | Description |
---|
code | string | 状态码 |
errorCode | string | 错误状态码 |
-
msg | string | 状态描述 |
-
data | object | 数据 |
└─list | array |
结果列表
-
No comments found. | |
└─orgId | string |
兔展定义的企业ID
No comments found. | |
└─appId | string |
作品ID
No comments found. | |
└─componentId | string |
玩法唯一标识ID
No comments found. | |
└─startTime | string |
开始时间, yyyy-MM-dd HH:mm:ss
No comments found. | |
└─endTime | string |
结束时间, yyyy-MM-dd HH:mm:ss
No comments found. | |
└─pageNo | int32 |
第几页,从1开始
No comments found. | |
└─pageSize | int32 |
每页数据条数
No comments found. | ||
└─id | int32 | No comments found. |
└─nickName | string |
微信昵称
No comments found. | |
└─openid | string |
openid
No comments found. | |
└─headImg | string |
微信头像
No comments found. | |
└─sex | int32 |
性别
No comments found. | |
└─district | string |
地区
No comments found. | |
└─invitationNum | int32 |
邀请人数
No comments found. | |
└─income | int32 |
累计收益
No comments found. | |
└─qrCode | array |
企业微信联系二维码
No comments found. | ||
└─generateInviteCode | boolean | No comments found. |
└─inviteCode | string | No comments found. |
└─pageNo | int32 |
页码
No comments found. | |
└─pageSize | int32 |
每页的大小
-
No comments found. | ||
└─totalCount | int32 | No comments found. |
└─beginIndex | int32 | No comments found. |
└─orderCondition | string | No comments found. |
└─pageCount | int32 | No comments found. |
└─sort | string | No comments found. |
└─order | string | No comments found. |
└─mulFieldOrder | string | No comments found. |
└─otherData | object | No comments found. |
└─orgId | string | No comments found. |
└─appId | string | No comments found. |
└─componentId | string |
└─totalCount
int32
总行数
-
└─beginIndex
No comments found. |
-
└─startTime | string | No comments found. |
└─endTime | string | No comments found. |
-
└─pageNo | int32 | No comments found. |
└─pageSize | int32 | No comments found. |
-
└─sort
string
排序字段
-
└─order
string
排序顺序
-
└─mulFieldOrder
└─id | int32 | No comments found. |
└─nickName | string | No comments found. |
└─openid | string | No comments found. |
└─headImg | string | No comments found. |
└─sex | int32 | No comments found. |
└─district | string | No comments found. |
└─invitationNum | int32 | No comments found. |
└─income | int32 | No comments found. |
└─qrCode | array | No comments found. |
└─generateInviteCode | boolean | No comments found. |
└─inviteCode | string | No comments found. |
请求示例
代码块 |
---|
curl -X POST -k -H 'Content-Type: application/json; charset=utf-8' -H 'X-Token:r9i6T6VXdAV0vjiMBxODFRddRVY' -i https://integrate.rabbitpre.com/api/open/api/smsService/obtainSMSVerifyCode --data '{ "appId": "192", "componentId": "192", "uid": "c508ec56-ef3a-4bdc-8f28-2787af48016f", "nickName": "merle.batz", "startTime": "2022-03-30 20:31:59", "endTime": "2022-03-30", "pageNo": 312, "pageSize": 10 }' |
...