文档
测试

我的收益

POST
http://localhost:8080/app/center/myProfit

接口描述

点击进入下一个以前的我的账单页面 标题需要从当前页面的归类带过去 收支明细 type传0 冻结金额 type传1 其他的接口返回的profit_list中的type值

请求参数

参数名
类型
描述
必填
user_id
string
当前登录用户id 示例:887e1c50cb0141a791d31f09779e464a
必填
sign
string
请求接口签名 示例:0208ce896f9b32228d1148ebe61eb471
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
freeze_amount
float
冻结金额 示例:0
必填
usable_withdraw_amount
float
可提现金额 示例:205.68
必填
total_profit
float
累计收益金额 示例:40592.45
必填
today_profit
float
今日收益金额 示例:0
必填
month_profit
float
当月收益金额
必填
total_withdraw_amount
float
累计提现金额 示例:26289.46
必填
profit_list
array
页面下面的收益归类数据列表
必填
amount
int
收益金额 示例:13716
必填
type
int
收益归类类别 示例:2 2:推荐收益 3:支付收益 4:充电宝收益 5:账单延期收益 6:礼包收益 7:培训奖励收益 8:管理津贴收益 9:办卡收益 10:融资收益 11:积分兑换收益 12:购物返佣收益
必填