Authored by mali

查询图案纹理

... ... @@ -1766,4 +1766,50 @@
"message": "查询舒适度成功"
}
```
# 查询图案纹理
> 接口名: `/productElements/queryProductElements4Select`
### 入参
无需参数
-------------------------
|属性名称|类型|例子|说明|是否必填|
|--------|----|----|----|--------|
---------------------
### 返回
``` JSON
{
"code": 200,
"data": [
{
"id": "1",
"text": "条纹"
},
{
"id": "2",
"text": "海魂"
},
{
"id": "3",
"text": "腰果花"
},
{
"id": "4",
"text": "豹纹"
}
],
"md5": "69e7b2646a1bc80226fbed71ae6b57f1",
"message": "成功"
}
```
\ No newline at end of file
... ...