URL: http://127.0.0.1:36190/api/platform/plugindata/queryReserveRecordDataList
Type: POST
Author: Shang Pan
Content-Type: application/json; charset=utf-8
Description: 预约玩法数据-预约数据列表分页条件查询
Body-parameters:
Parameter | Type | Required | Description |
---|---|---|---|
opfid | string | true | 开放平台ID |
nonce | string | true | 6位随机字串不能为空 |
timestamp | string | true | 签名时间戳 |
signature | string | true | 签名 |
appId | string | true | 作品ID |
componentId | string | true | 玩法组件ID |
nickName | string | false | 微信昵称 |
startTime | string | false | 开始时间, yyyy-MM-dd HH:mm:ss |
endTime | string | false | 结束时间, yyyy-MM-dd HH:mm:ss |
pageNo | int32 | false | 第几页,从1开始 |
pageSize | int32 | false | 每页数据条数 |
Response-fields:
Field | Type | Description | Since |
---|---|---|---|
code | string | 状态码 | - |
errorCode | string | 错误状态码 | - |
msg | string | 状态描述 | - |
data | object | 数据 | - |
└─list | array | 结果列表 | - |
└─orgId | string | 兔展定义的企业ID | - |
└─appId | string | 作品ID | - |
└─componentId | string | 玩法唯一标识ID | - |
└─startTime | string | 开始时间, yyyy-MM-dd HH:mm:ss | - |
└─endTime | string | 结束时间, yyyy-MM-dd HH:mm:ss | - |
└─pageNo | int32 | 第几页,从1开始 | - |
└─pageSize | int32 | 每页数据条数 | - |
└─nickName | string | 微信昵称 | - |
└─sex | string | 性别 | - |
└─region | string | 地区 | - |
└─device | string | 设备 | - |
└─drawCode | string | 抽签码/抽奖码 | - |
└─joinDate | string | 参与时间 | - |
└─avatar | string | 微信头像 | - |
└─audienceUserId | string | 客户档案id | - |
└─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. | - |
Request-body-example:
{ "opfid": "83", "nonce": "nnx265", "timestamp": "2021-08-19 12:23:58", "signature": "6yvfwv", "appId": "83", "componentId": "83", "nickName": "jesse.pfannerstill", "startTime": "2021-07-19 12:23:59", "endTime": "2021-08-19 12:23:59", "pageNo": 621, "pageSize": 10 }
Response-example:
{ "code": "21339", "errorCode": "21339", "msg": "qr47ki", "data": { "list": [ { "orgId": "71", "appId": "71", "componentId": "71", "startTime": "2021-08-19 14:48:01", "endTime": "2021-08-19", "pageNo": 5, "pageSize": 10, "nickName": "robby.gutkowski", "sex": "1noapz", "region": "oqh4vd", "device": "vbgkkl", "drawCode": "21339", "joinDate": "2021-08-19", "avatar": "z5vkcy", "audienceUserId": "71" } ], "pageNo": 629, "pageSize": 10, "totalCount": 577, "beginIndex": 535, "orderCondition": "ex1sfo", "pageCount": 144, "sort": "ma665w", "order": "nz8txq", "mulFieldOrder": "kvf9ws" } }
Curl-example:
curl -X POST -H 'Content-Type: application/json; charset=utf-8' -i http://127.0.0.1:36190/api/platform/plugindata/queryReserveRecordDataList --data '{ "opfid": "71", "nonce": "5uz2ly", "timestamp": "2021-08-19 14:47:59", "signature": "5syg9d", "appId": "71", "componentId": "71", "nickName": "robby.gutkowski", "startTime": "2021-08-19 14:48:01", "endTime": "2021-08-19", "pageNo": 847, "pageSize": 10 }'