queryProductStyles4Select.md
933 Bytes
查询风格列表
接口名:
/productStyle/queryProductStyles4Select
方法
POST JSONRAW
入参
属性名称 | 类型 | 例子 | 说明 | 是否必填 | 长度限制 |
---|
对应SQL的操作库表
<select id="selectAll" resultMap="BaseResultMap" >
select
<include refid="Base_Column_List" />
from product_style
</select>
错误编码
错误码code | 消息 | 说明 |
---|---|---|
200 | 添加成功! | |
400 | 操作失败! |
返回
{
"code": 200,
"data": [
{
"id": "989",
"text": "cc-styleName"
},
{
"id": "990",
"text": "户外"
},
{
"id": "991",
"text": "街头"
}
],
"md5": "9020bc382b83709c2961bf8548e069b2",
"message": "成功"
}