>获取提现积分的类型,在后台可以设置某种积分可被提现,此处获取的数据为可提现积分的类型
~~~[api]
get:/index.php/accounts/Apipoint/member_withdrawal_list
int:type= 0#是否智能限制提现积分类型,0:不智能,1:智能,如:提现设置了只能在每月25号提现,如果参数为1,该提现币种只会在25号获取的时候返回,其它时间获取不返回该提现币种
<<<
success
{
"err": 0,
"count": 2,
"data": {
"money": {
"point_type": "money",
"point_name": "资金",
"point_unit": "元",
"point_decimal": 2,
"point_ico": "\/web\/public\/Upload\/admin\/1\/5e61fac478e9a.png",
"balance": 10,
"scale": 0.1,
"freeze_type": "1",
"freeze": 0,
"withdraw_date": "0",
"proceduresType": "0",
"poundage": 0.4
},
"point": {
"point_type": "point",
"point_name": "积分",
"point_unit": "分",
"point_decimal": 1,
"point_ico": "http:\/\/localhost\/web\/public\/Upload\/member\/0\/\/hf7z22c0931583477564857.png",
"balance": 0,
"scale": 0.5,
"freeze_type": "1",
"freeze": 0,
"withdraw_date": "2",
"day": {
"0": "1",
"4": "5",
"5": "6",
"6": "7"
},
"proceduresType": "1",
"poundage": 10
}
}
}
<<<
error
{
"err": 1,
"code": 1000,
"content": "错误信息"
}
~~~
| 字段 |详情 |
| --- | --- |
| count | 可体现积分种类的个数 |
| data| 提现积分的数据 |
| |----point_type| 积分类型标识 |
| |----point_name | 积分名称 |
| |----point_unit| 积分单位 |
| |----point_ico| 积分图标 |
| |----point_decimal| 积分小数位数 |
| |----scale| 提现比例,如0.1标识1积分提现0.1元 |
| |----freeze_type| 限制提现账户 1:满多少可提现 2:账户必须留多少可体现 |
| |----freeze| 账户限制的额度,与freeze_type配合使用,满【freeze】提现或者留【freeze】提现|
| |----withdraw_date| 限制提现日期 0:不限 1:每周 2:每月 |
| |----day| day为一个对象,非数组, 限制提现日期具体的时间, withdraw_date为0时无次参数,限制为每周时,该参数返回0-6的字符串,表示星期日到星期六,限制为每月时,该参数返回1-28的字符,标识1号到28号的某几天 |
| |----proceduresType| 提现手续费类型 0:固定数额 1:百分比 |
| |----poundage| 手续费额度,与 proceduresType参数配合使用 |
>申请提现操作
~~~[api]
get:/index.php/accounts/Apipoint/member_submit_withdrawal
*string:point_type=money #需要提现积分标识
*int:point=0 #提现额度
int:type=2 #提现类型 1:提现到微信零钱,2:提现到银行卡
string:way= #格式为:姓名|卡号|开户行|银行卡类型(工行)|手机号,如果选择提现到银行卡必须填此项
<<<
success
{
"point_type": "money",
"point_name": "资金",
"point_unit": "元",
"point": 1,
"balance": 990.2,
"point_ico": "\/web\/public\/Upload\/admin\/1\/5e61fac478e9a.png"
}
<<<
error
{
"err": 1,
"code": 1000,
"content": "错误信息"
}
~~~
| 字段 |详情 |
| --- | --- |
| point_type| 提现的积分标识 |
| point_name| 提现的积分名称 |
| point_unit| 提现积分的单位 |
| point | 提现积分数 |
| balance| 提现后的余额 |
| point_ico| 积分图标 |
>获取登录用户的提现列表
~~~[api]
get:/index.php/accounts/Apipoint/member_get_withdrawal_list
string:point_type=money #积分标识,不传为全部
int:type=0 #提现类型 0:全部, 1:提现到微信零钱,2:提现到银行卡
int:pagesize=10#每页显示个数
int:page=1#显示页码数
string:between_point= #提现区间 如100-200
string:sort= id #排序字段
string:sort_type= asc#排序类型
int:status= 0#状态,不填表示全部,0:未确认,1:打款中,2:已打款,3:拒绝打款
<<<
success
{
"err": 0,
"page": 1,
"pageSize": 10,
"count": 1,
"pageTotal": 1,
"data": [{
"point_type": "point",
"point_name": "积分",
"point_unit": "分",
"point_ico": "http:\/\/localhost\/web\/public\/Upload\/member\/0\/\/hf7z22c0931583477564857.png",
"point": "1",
"type": "提现到银行卡",
"status": "拒绝打款",
"msg": "",
"addtime": "2020-03-08 19:26:30"
}]
}
<<<
error
{
"err": 1,
"code": 1000,
"content": "错误信息"
}
~~~
| 字段 |详情 |
| --- | --- |
| point_type| 提现的积分标识 |
| point_name| 提现的积分名称 |
| point_unit| 提现积分的单位 |
| point | 提现积分数 |
| point_ico| 积分图标 |
| type| 提现方式 |
| status| 提现状态 |
| msg| 拒绝理由 |
| addtime| 提现时间 |
- 序言
- 基础
- 源码包
- 核心包
- 完整包
- 系统模块
- 安装模块
- 后台模块
- 插件模块
- 插件开发
- 开发基础
- 权限开发
- 菜单开发
- 开发调试
- 碎片开发
- 碎片钩子预设表
- 插件说明
- 字段插件
- 插件介绍
- 字段使用
- 单行文本
- 多行文本
- 选项-下拉
- 选项-复选
- 选项-单选
- 选项-滑块
- 颜色选择器
- 星级评分
- 日期时间
- 文件上传
- 编辑器
- API接口
- 微信插件
- 微信配置
- 公众号配置
- 支付配置
- 微信支付使用
- API类库
- 红包发放
- 付款到零钱
- 碎片
- 公众号碎片
- 红包碎片
- 付款到零钱碎片
- API微信接口
- 支付宝插件
- 支付宝配置
- 支付宝支付使用
- api接口
- api接口后端开发
- api接口前端使用
- API参数接口
- 会员插件
- 登录使用
- 会员碎片
- API会员接口
- API注册接口
- 积分插件
- 积分设置
- 积分碎片
- API积分接口
- API提现接口
- API兑换接口
- API充值接口
- 订单
- 订单碎片
- API订单接口
- 商城
- 商城钩子
- API商城接口
- API商城会员接口
- 签到
- 签到设置
- 签到碎片
- API签到接口
- 上传
- 上传设置
- 上传JS接口
- 推广插件
- 海报设置
- API海报接口
- 文章插件
- 文章设置
- 文章钩子
- API文章接口
- API文章会员接口
- 管理员
- 管理员碎片
- 站内信
- API站内信接口
- 杂项
- 菜单
- 菜单设置
- API菜单接口
- 错误码
- 支付碎片
- 支付
- 充值
- 购买会员组
- 购买产品