企业🤖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> * * * * *