文档
测试

查询产品图库

POST
/sys/product/selectProductImg

请求头

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

请求参数

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

说明 / 示例

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