| 返回值 | ||
|---|---|---|
| 变量 | 类型 | 说明 |
| redEnvelopeRelated_receiveRedEnvelopeUser_page | PageView | 领取红包用户列表 |
| 分页 PageView | ||
|---|---|---|
| 变量 | 类型 | 说明 |
| records | List<ReceiveRedEnvelope> | 数据展示列表 |
| pageIndex | PageIndex | 页码索引 |
| totalpage | long | 总页数 |
| maxresult | long | 每页显示记录数 |
| currentpage | long | 当前页 |
| pagecount | long | 页码显示总数 |
| onUrl | String | 上一页URL |
| nextUrl | String | 下一页URL |
| 分页索引 PageIndex | ||
|---|---|---|
| 变量 | 类型 | 说明 |
| startindex | long | 分页开始索引 |
| endindex | long | 分页结束索引 |
| 收红包 ReceiveRedEnvelope | |||
|---|---|---|---|
| 变量 | 类型 | 说明 | |
| id | String | Id | |
| receiveUserId | Long | 收红包的用户Id | |
| receiveUserName | String | 收红包的用户名称 | |
| receiveaccount | String | 收红包的账号 | |
| receiveAvatarPath | String | 收红包的用户呢称 | |
| receiveAvatarPath | String | 收红包的用户头像路径 | 页面上显示200*200头像示例${receiveRedEnvelope.receiveAvatarPath}${receiveRedEnvelope.receiveAvatarName} 显示100*100头像示例${receiveRedEnvelope.receiveAvatarPath}100x100/${receiveRedEnvelope.receiveAvatarName} |
| receiveAvatarName | String | 收红包的用户头像名称 | |
| giveRedEnvelopeId | String | 发红包Id | |
| giveUserId | Long | 发红包的用户Id | |
| receiveTime | Date | 收取时间 | |
| amount | BigDecimal | 红包金额 | |
| 方法支持参数 | ||||
|---|---|---|---|---|
| 参数 | 类型 | 是否必填 | 说明 | |
| giveRedEnvelopeId | String | 是 | 发红包Id | |
| page | Long | 否 | 页码 | |