文档
测试

查询除当前店铺的所有产品

POST
/sys/product/selectAllRemoveCurrStore

请求头

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

请求参数

参数名
类型
描述
必填
storeId
int
示例:1
必填

说明 / 示例

{ "errorCode": "200", "errorMsg": "", "data": [ { "id": 10, "productType": 1, "userId": null, "storeId": 2, "typeName": null, "dCount": null, "description": null, "nodeType": 0, "productSecret": null, "dataFormat": "1", "productKey": "a11dlJeed9n", "productName": "百康智能按摩床2", "authType": "secret", "deviceCount": 1, "gmtCreate": "1586827984000" }, { "id": 11, "productType": 1, "userId": null, "storeId": 2, "typeName": null, "dCount": null, "description": null, "nodeType": 0, "productSecret": null, "dataFormat": "1", "productKey": "a1oMOOJUOLf", "productName": "振智厨具", "authType": "secret", "deviceCount": 1, "gmtCreate": "1584350878000" }, { "id": 6, "productType": 1, "userId": null, "storeId": null, "typeName": null, "dCount": null, "description": "测试修改描述", "nodeType": 0, "productSecret": "qNLQBeC37HDTK3V3", "dataFormat": "1", "productKey": "a1j5M82eVo7", "productName": "测试修改名称", "authType": "secret", "deviceCount": 0, "gmtCreate": "1603100782643" }, { "id": 13, "productType": 1, "userId": null, "storeId": null, "typeName": null, "dCount": null, "description": "哈哈哈123", "nodeType": 0, "productSecret": "LYOQ7bS4MGLi3NdL", "dataFormat": "1", "productKey": "a1cYGrKeiP0", "productName": "设备名称店铺", "authType": "secret", "deviceCount": 0, "gmtCreate": "1603165024171" } ] }