# 图案纹理接口服务定义 --------------------- # 查询所有图案纹理接口(用于页面多选) > 接口名: `/product/queryWashTipsList/` ### 入参 ------------------------- |属性名称|类型|例子|说明|是否必填| |--------|----|----|----|--------| |categoryId| int | 1 | 分类ID | 是| |saleType| int | 1 | 1 : 可销售属性 2 : 非可销售属性 3 : 扩展属性 | 是| |displayPosition| int | 1 | 1:基础商品 非销售属性 2:网销信息 上架后补全信息 3:网销信息 商品参数 | 是| --------------------- ### 返回 ``` json { "code": 200, "data": [ { "attributeId": 83, "attributeName": "洗涤提示", "attributeType": 2, "attributeValues": "不可熨烫,不可转笼翻转干燥,30度水温弱速洗,不可氯漂,不可干洗,不可拧干,分色洗涤", "belong": 10, "categoryId": 1, "displayPosition": 1, "inputType": "checkbox", "isAllowAlias": "N", "isColor": "N", "isMust": "N", "isSearch": "Y", "maxValueLen": 50, "orderBy": 0, "saleType": 0, "state": 1 } ], "md5": "4e99e4b293964790c38014175b3fd8c1", "message": "成功" } ```