queryProductElements4Select.md
989 Bytes
查询图案纹理
接口名:
/productElements/queryProductElements4Select
方法
POST JSONRAW
入参
属性名称 | 类型 | 例子 | 说明 | 是否必填 | 长度限制 |
---|
对应SQL的操作库表
<select id="selectAll" resultMap="BaseResultMap" >
select
<include refid="Base_Column_List" />
from product_elements
</select>
错误编码
错误码code | 消息 | 说明 |
---|---|---|
200 | 添加成功! | |
400 | 操作失败! |
返回
{
"code": 200,
"data": [
{
"id": "1",
"text": "条纹"
},
{
"id": "2",
"text": "海魂"
},
{
"id": "3",
"text": "腰果花"
},
{
"id": "4",
"text": "豹纹"
}
],
"md5": "69e7b2646a1bc80226fbed71ae6b57f1",
"message": "成功"
}