getRecommendProductName.md
1.2 KB
获取推荐的商品名称 品牌英文+性别+图案纹理+版型+风格+三级类目+厂家编号+(款型编码)
接口名:
/product/getRecommendProductName
方法
POST JSONRAW
入参
属性名称 | 类型 | 例子 | 说明 | 是否必填 | 长度限制 |
---|---|---|---|---|---|
productSkn | number | 商品skn | Y | 10 | |
style | 字符串 | 中文传入 | N | ||
pattern | 字符串 | 中文传入 | N | ||
models | 字符串 | 中文传入 | N |
对应SQL的操作库表
<select id="selectByPrimaryKeyList" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
from product
where product_skn in
<foreach collection="sknList" item="item" index="index" separator="," open="(" close=")">
#{item}
</foreach>
</select>
错误编码
错误码code | 消息 | 说明 |
---|---|---|
200 | 添加成功! | |
400 | 操作失败! | |
500 | 操作失败! |
返回
{
"code": 200,
"data": "tuanyi通用图案纹理款型风格本子",
"md5": "6928e066311c75073e47fccb87b90366",
"message": "获取推荐名称成功."
}