queryProductComfortList.md
865 Bytes
查询舒适度列表
接口名:
/productComfort/queryProductComfortList
方法
POST JSONRAW
入参
属性名称 | 类型 | 例子 | 说明 | 是否必填 | 长度限制 |
---|
对应SQL的操作库表
无
错误编码
错误码code | 消息 | 说明 |
---|---|---|
200 | 添加成功! | |
400 | 操作失败! |
返回
{
"code": 200,
"data": [
{
"id": "1",
"text": "弹性"
},
{
"id": "2",
"text": "厚度"
},
{
"id": "3",
"text": "柔软度"
},
{
"id": "4",
"text": "透气性"
}
],
"md5": "69e7b2646a1bc80226fbed71ae6b57f1",
"message": "查询舒适度成功"
}