预约时间段列表 websocket测试 GET 192.168.0.95:41011/api/pet/appointment/nodeList/{typeId} 接口描述 typeId:0免疫预约;1年检预约;2芯片植入 响应参数 ``` { "code": 200, "msg": null, "data": [ { "id": 1, "node": "周一", "status": 0,//0启用;1不启用 "typeId": 0, "createTime": null } ] } ```
``` { "code": 200, "msg": null, "data": [ { "id": 1, "node": "周一", "status": 0,//0启用;1不启用 "typeId": 0, "createTime": null } ] } ```