ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
### 查询上次账单详细信息 ~~~[api] post:/api/fee/managementLastBill int:room_id=0#房间ID <<< success { "status": 1, "msg": "success", "info": { "start_date": "2017-09-01", "arrearage": 1, //1为欠费,0为不欠费 "arrearage_date": "2017年09月01日 - 2017年09月-30日", //欠费日期 "unit_price": "1.80", //单价 "month_num": 1, //欠费月数 "arrearage_price": 162 //欠费金额 } } <<< error { "status": 0, "msg": "error" } ~~~ <br> * * * * *