查看我的月账单

**简要描述:** - 用户注册接口 **URL前缀:** - ` http://www.lanrenfu365.cn:9099/ ` **请求URL:** - ` UserCenter/Lutmybill` **请求方式:** - GET/POST **参数:** |参数名|必选|类型|说明| |:---- |:---|:----- |----- | | curPage|必填 |int | 当前页| | pageSize|必填 |int | 页容量| | condition|必填 |int | 条件1、是已出账;0、是未出账;空串、全部查询| **返回示例** ``` { "error_code": 0, "msg": "成功!", "data": [{ yearmonth-年和月 year-年 month-月 count-件数 summoney-金额 thismonth=[{ exyear-年 exmounth-月 exday-日 receivedmoney-金额 },...] },...] } ``` **备注** - 更多返回错误代码请看首页的错误代码描述 - -1、系统错误提示 - 0、正确执行提示 - 1、执行失败提示