页面访问
请求路径 user/control/point.htm
请求方式 GET
请求参数 页码 变量:page
类型:Integer
是否必填:否
返回值 积分日志分页 变量:pageView
类型:PageView
用户 变量:user
类型:User
页面访问 - AJAX方式
请求路径 user/control/point.htm
请求方式 GET
自定义请求头 协议头:X-Requested-With 值:XMLHttpRequest
请求参数 页码 变量:page
类型:Integer
是否必填:否
请求成功返回 JSON格式值 类型:Map<String,Object> 键参数:pageView
值内容说明:积分日志分页
值类型:PageView
键参数:user
值内容说明:用户
值类型:User
分页 PageView
变量 类型 说明
records List<PointLog> 数据展示列表
pageIndex PageIndex 页码索引
totalpage long 总页数
maxresult long 每页显示记录数
currentpage long 当前页
pagecount long 页码显示总数
onUrl String 上一页URL
nextUrl String 下一页URL
分页索引 PageIndex
变量 类型 说明
startindex long 分页开始索引
endindex long 分页结束索引
积分日志 PointLog
变量 类型 说明
id String Id
module Integer 模块 100.话题 200.评论 300.回复 400.积分解锁话题隐藏内容 500.会员卡订单支付 600.账户充值 700.问题 800.答案 900.答案回复
parameterId Long 参数Id 话题Id ,评论Id,回复Id
operationUserType Integer 操作用户类型 0:系统 1: 员工 2:会员
operationUserName String 操作用户名称
userName String 用户名称
pointState int 积分状态 1:账户存入 2:账户支出
point Long 积分
times Date 时间
remark String 备注
用户 user
变量 类型 说明
id long Id
userName String 会员用户名
nickname String 呢称
email String 邮箱地址
issue String 密码提示问题
registrationDate Date 注册日期
point Long 当前积分
gradeId Integer 等级Id
gradeName String 会员等级

示例