查询所有(带参数可分页) websocket测试 POST localhost:11000/product/customer/list?page=1&limit=1 接口描述 不带参数查询所有 说明 / 示例 { "msg": "success", "code": 0, "page": { "totalCount": 7, "pageSize": 1, "totalPage": 7, "currPage": 1, "list": [ { "id": 1018, "customerid": null, "customername": "中国铝业贵州高级技工学校", "contacts": "贵州高级技工学校", "area": "贵州", "address": "贵阳", "phone": "13000000000", "remarks": "", "createtime": "2020/11/13 14:20:40", "machineStatu": "1/1" } ] } }
{ "msg": "success", "code": 0, "page": { "totalCount": 7, "pageSize": 1, "totalPage": 7, "currPage": 1, "list": [ { "id": 1018, "customerid": null, "customername": "中国铝业贵州高级技工学校", "contacts": "贵州高级技工学校", "area": "贵州", "address": "贵阳", "phone": "13000000000", "remarks": "", "createtime": "2020/11/13 14:20:40", "machineStatu": "1/1" } ] } }