🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
**简要描述:** - 分销月度账单 **请求URL:** - ` api/distribution/monthbill` **请求方式:** - get **参数:** |参数名|是否必选|类型|说明| |:---- |:---|:----- |----- | **返回示例** ``` { "code": 1, "msg": "", "data": { "list": [{ "date": "2020年11月", "year": "2020", "month": "11", "total_money": "2.20", "order_num": 2 }], "page": 1, "size": 15, "count": 3, "more": 0 }, "show": 0, "time": "0.256091" } ``` **返回参数说明** |参数名|类型|说明| |:----- |:-----|----- | |date | string |年月 | |year | string |年 | |month | string |月 | total_money | float |预估收入 | |order_num |int |订单数量 | **备注**