企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### 电费明细 ~~~[api] post:/api/fee/electric int:room_id=0#房间ID <<< success { "status": 1, "data": {} } <<< error { "status": 0, "data": null } ~~~ <br> * * * * * ### 电费明细详细 ~~~[api] post:/api/fee/electricShow int:id=0#ID <<< success { "status": 1, "data": {} } <<< error { "status": 0, "data": null } ~~~ <br> * * * * *