图书搜索 websocket测试 GET /book/searchByName?name=xxxx 接口描述 精确搜索,可能有同名书 说明 / 示例 + response ```json { "code": 0, "msg": "成功", "data": [ {},{} ] } ```