>获取登录用户的积分数据
~~~[api]
get:/index.php/accounts/Apipoint/member_point
string:point_type= #积分标识,如果传入表示获取某种积分,如果不传表示获取全部积分
<<<
success
没有传入参数
{
"err": 0,
"data": {
"money": {
"point_type": "money",
"point_name": "资金",
"point_unit": "元",
"decimal": 2,
"point": "10.00",
"ico": "\/web\/public\/Upload\/admin\/1\/5e61fac478e9a.png"
},
"point": {
"point_type": "point",
"point_name": "积分",
"point_unit": "分",
"decimal": 1,
"point": "0.0",
"ico": "http:\/\/localhost\/web\/public\/Upload\/member\/0\/\/hf7z22c0931583477564857.png"
}
}
}
<<<
success
传入参数 point_type= point
{
"err": 0,
"data": {
"point_type": "point",
"point_name": "积分",
"point_unit": "分",
"decimal": 1,
"point": "0.0",
"ico": "http:\/\/localhost\/web\/public\/Upload\/member\/0\/\/hf7z22c0931583477564857.png"
}
}
<<<
error
{
"err": 1,
"code": 1000,
"content": "错误信息"
}
~~~
| 字段 | 描述 |
| --- | --- |
| point_type | 积分类型标识 |
| point_name | 积分名称 |
| point_unit | 积分单位 |
| decimal| 积分小数位数 |
| point | 当前会员所拥有的积分数 |
| ico | 积分图标 |
>获取登录用户的资金流水
~~~[api]
get:/index.php/accounts/Apipoint/member_income_expenditure_list
int:budget_type= 0#查找收入支持类型 0:收入支出,1:收入,2:支出
string:point_type= #积分标识,不传:查找所有积分的收支数据,传入:查找单种积分的收支数据
int:select_type=0#查找类型,0:全部,1:当天,2:本周,3:当月,4:当年,5:时间区间(starttime 和endtime必填)
int:starttime= #查找的起始时间戳,select_type为5时生效
int:endtime= #查找的结束时间戳,select_type为5时生效
int:pagesize=10#每页显示个数
int:page=1#显示页码数
string:sort= id #排序字段
string:sort_type= asc#排序类型
<<<
success
{
"err": 0,
"page": 1,
"pageSize": 10,
"count": 2,
"pageTotal": 1,
"data": [{
"type": 1,
"point_type": "money",
"point_name": "资金",
"point_unit": "元",
"point_ico": "\/web\/public\/Upload\/admin\/1\/5e61fac478e9a.png",
"operation_type": "签到送积分",
"business_type": "system",
"msg": "签到送资金:5.00元",
"operation_user": "SYSTEM",
"addtime": "2020-02-01 22:13:48",
"balance": 8
}, {
"type": 1,
"point_type": "money",
"point_name": "资金",
"point_unit": "元",
"point_ico": "\/web\/public\/Upload\/admin\/1\/5e61fac478e9a.png",
"operation_type": "签到送积分",
"business_type": "system",
"msg": "签到送资金:5.00元",
"operation_user": "SYSTEM",
"addtime": "2020-03-01 22:13:48",
"balance": 10
}]
}
<<<
error
{
"err": 1,
"code": 1000,
"content": "错误信息"
}
~~~
| 字段 | 描述 |
| --- | --- |
| page | 当前页码 |
| pageTotal | 总共页码数 |
| pageSize | 每页显示记录条数 |
| count| 当前记录数 |
| data| 流水列表 |
| |----type | 流水的类型 1:收入,2:支出 |
| |----point_type| 积分类型标识 |
| |----point_name | 积分名称 |
| |----point_unit| 积分单位 |
| |----point_ico| 积分图标 |
| |----operation_type| 流水操作类型 |
| |----business_type| 流水交易类型 |
| |----msg| 流水备注 |
| |----operation_user| 操作用户 system:系统操作 |
| |----addtime| 操作时间 |
| |----balance| 交易后的余额 |
- 序言
- 基础
- 源码包
- 核心包
- 完整包
- 系统模块
- 安装模块
- 后台模块
- 插件模块
- 插件开发
- 开发基础
- 权限开发
- 菜单开发
- 开发调试
- 碎片开发
- 碎片钩子预设表
- 插件说明
- 字段插件
- 插件介绍
- 字段使用
- 单行文本
- 多行文本
- 选项-下拉
- 选项-复选
- 选项-单选
- 选项-滑块
- 颜色选择器
- 星级评分
- 日期时间
- 文件上传
- 编辑器
- API接口
- 微信插件
- 微信配置
- 公众号配置
- 支付配置
- 微信支付使用
- API类库
- 红包发放
- 付款到零钱
- 碎片
- 公众号碎片
- 红包碎片
- 付款到零钱碎片
- API微信接口
- 支付宝插件
- 支付宝配置
- 支付宝支付使用
- api接口
- api接口后端开发
- api接口前端使用
- API参数接口
- 会员插件
- 登录使用
- 会员碎片
- API会员接口
- API注册接口
- 积分插件
- 积分设置
- 积分碎片
- API积分接口
- API提现接口
- API兑换接口
- API充值接口
- 订单
- 订单碎片
- API订单接口
- 商城
- 商城钩子
- API商城接口
- API商城会员接口
- 签到
- 签到设置
- 签到碎片
- API签到接口
- 上传
- 上传设置
- 上传JS接口
- 推广插件
- 海报设置
- API海报接口
- 文章插件
- 文章设置
- 文章钩子
- API文章接口
- API文章会员接口
- 管理员
- 管理员碎片
- 站内信
- API站内信接口
- 杂项
- 菜单
- 菜单设置
- API菜单接口
- 错误码
- 支付碎片
- 支付
- 充值
- 购买会员组
- 购买产品