文档
测试

我的收益-查看更多数据

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

接口描述

接口返回跟之前的数据格式保持不变 只是在month_result里面增加了一个outland_balance 境外收益版块

说明 / 示例

{ "code": 0, "errors": { }, "msg": "操作成功", "result": { "slide_month": [ "2018-08", "2018-09", "2018-10", "2018-11", "2018-12", "2019-01", "2019-02", "2019-03", "2019-04", "2019-05", "2019-06", "2019-07", "2019-08", "2019-09", "2019-10", "2019-11", "2019-12", "2020-01", "2020-02", "2020-03", "2020-04", "2020-05", "2020-06", "2020-07", "2020-08", "2020-09", "2020-10", "2020-11", "2020-12", "2021-01", "2021-02", "2021-03", "2021-04", "2021-05", "2021-06" ], "month_result": [ { "active_balance": 0, "profit_balance": 0, "month_profit": 0, "month": "2021-06", "recommand_balance": 0, "outland_balance": 0, "month_profit_list": [] } ], "slide_count": 35, "total_profit": 0, "brand_list": [] } }