文档
测试

获取产品的图库

POST
/api/product/selectProductImg

请求参数

参数名
类型
描述
必填
storeId
int
示例:29
必填
deviceId
int
示例:51
必填
productId
int
示例:20
必填

说明 / 示例

{ "errorCode": "200", "errorMsg": "", "data": [ { "id": 1, "productId": 20, "productType": 1, "imgUrl": "http://oven-bin-kfc.oss-cn-shenzhen.aliyuncs.com/FRY10_1inch/1606697544073.png", "imgId": 9, "storeId": 29, "imgAliName": "FRY10_1inch/1606697544073.png" }, { "id": 2, "productId": 20, "productType": 1, "imgUrl": "http://oven-bin-kfc.oss-cn-shenzhen.aliyuncs.com/FRY10_1inch/1606697544073.png", "imgId": 10, "storeId": 29, "imgAliName": "FRY10_1inch/1606697544073.png" } ] }