加载中…

老师删除员工宿舍

```javascript WXAPI.roomInfoDel({ token: '000' }) ``` + token 当前用户登录凭证 + id 宿舍ID ```json { "code": 0, "msg": "success" } ```