查询消费

**简要描述:** - 用户注册接口 **URL前缀:** - ` http://www.lanrenfu365.cn:9099/ ` **请求URL:** - ` UserCenter/getDeviceExpress` **请求方式:** - GET/POST **参数:** |参数名|必选|类型|说明| |:---- |:---|:----- |----- | | cabinet_id|必填 |string | 设备id| | stime| 必填| string|开始时间 | | etime| 必填| stirng| 结束时间| |curPage|必填|int|| |pageSize|必填|int|| **返回示例** ``` { "error_code": 0, "msg": "成功!", "data": [{ ExpenditureTime ReceivedMoney telephone excount },...] } ``` **备注** - 更多返回错误代码请看首页的错误代码描述 - -1、系统错误提示 - 0、正确执行提示 - 1、执行失败提示