查看月账单明细
**简要描述:**
- 用户注册接口
**URL前缀:**
- ` http://www.lanrenfu365.cn:9099/ `
**请求URL:**
- ` UserCenter/LutMonthlyBillDetail`
**请求方式:**
- GET/POST
**参数:**
|参数名|必选|类型|说明|
|:---- |:---|:----- |----- |
|condition | 必填|string |1已出帐,0未出账,空串查询所有 |
|year| 必填|string |年 |
|month| 必填|string | 月|
**返回示例**
```
{
"error_code": 0,
"msg": "成功!",
"data": [{
exyear-年
exmounth-月
exday-日
receivedmoney-金额
},...]
}
```
**备注**
- 更多返回错误代码请看首页的错误代码描述
- -1、系统错误提示
- 0、正确执行提示
- 1、执行失败提示