文档
测试

查询所有产品

POST
/sys/product/selectAll

请求头

参数名
类型
描述
必填
AutoToken
必填

请求参数

参数名
类型
描述
必填
user_id
string
示例:1
必填
currPage
string
示例:1
必填
pageSize
string
示例:2
必填

说明 / 示例

{ "errorCode": "200", "errorMsg": "", "data": [ { "id": 15, "productType": 1, "userId": null, "storeId": null, "typeName": "油炸机", "dCount": 1, "description": "哈哈哈123", "nodeType": 0, "authType": "secret", "deviceCount": 0, "gmtCreate": "1604622245871", "productName": "设备名称测试列表", "productKey": "a1Lcpwxh3Qo", "productSecret": "IGFVOe62ILeVrvK6", "dataFormat": "1" }, { "id": 6, "productType": 1, "userId": null, "storeId": null, "typeName": "油炸机", "dCount": 1, "description": "测试修改描述", "nodeType": 0, "authType": "secret", "deviceCount": 0, "gmtCreate": "1603100782643", "productName": "测试修改名称", "productKey": "a1j5M82eVo7", "productSecret": "qNLQBeC37HDTK3V3", "dataFormat": "1" } ], "count": 7 }