借书 websocket测试 POST /op/makeDeal 接口描述 异步调用,不会立即看到结果,需要用户自己去借书记录界面去看 说明 / 示例 + Request ```json { "userId": xxxx, "bookId": xxx, "stuId": xxx, "username": "xxx", "bookName": "xxxx" } ``` + Response ```json { "code": 0, "msg": "成功", "data": true } ```
+ Request ```json { "userId": xxxx, "bookId": xxx, "stuId": xxx, "username": "xxx", "bookName": "xxxx" } ``` + Response ```json { "code": 0, "msg": "成功", "data": true } ```