URL:
...
/api/platform/plugindata/queryReserveRecordDataList
Type: POST
Author: Shang Pan
...
Parameter | Type | Required | Description |
---|---|---|---|
opfid | string | true | 开放平台ID |
nonce | string | true | 6位随机字串不能为空 |
timestamp | string | true | 签名时间戳 |
uid | String | true | 第三方用户id |
signature | string | true | 签名 |
appId | string | true | 作品ID |
componentId | string | true | 玩法组件ID |
nickName | string | false | 微信昵称 |
startTime | string | falsetrue | 开始时间, yyyy-MM-dd HH:mm:ss |
endTime | string | falsetrue | 结束时间, yyyy-MM-dd HH:mm:ss |
pageNo | int32 | falsetrue | 第几页,从1开始 |
pageSize | int32 | falsetrue | 每页数据条数 |
Response-fields:
Field | Type | Description | Since |
---|---|---|---|
code | string | 状态码 | - |
errorCode | string | 错误状态码 | - |
msg | string | 状态描述 | - |
data | object | 数据 | - |
└─list | array | No comments found.结果列表 | - |
└─id | int32 | 预约详情id | |
└─openid | string | openid | |
└─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 | - |
└─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 | 当页总数 | - |
└─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": [
{
"id":213213131,
"openid":"asdad-asda-asdad",
"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",
"openids": [
{
"openid": "111",
"unionid": "111",
"identityType": "111",
"identityId": "11111",
"appid": "111",
"jcappId": "111",
"fromTo": "111",
"platform": "111"
}
],
"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 14:48:01",
"pageNo": 847,
"pageSize": 10
}' |