getDetail.md
1.04 KB
编辑时plustar分类详情接口
接口名:
/guang/plustarcategory/getDetail
方法
POST JSONRAW
入参
属性名称 | 类型 | 例子 | 说明 | 是否必填 | 长度 |
---|---|---|---|---|---|
id | int | 4 | 分类id | 是 | 1-10 |
对应SQL的操作库表
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
select
<include refid="Base_Column_List" />
from plustar_category
where id = #{id,jdbcType=INTEGER}
</select>
错误编码
错误码code | 消息 | 说明 |
---|---|---|
200 | 操作成功 |
返回
{
"code": 200,
"data": {
"categoryName": "设计新潮",
"contentCode": "b714c25f503ab4e6bc143a42d1404cbb",
"contentCodeFoot": "f5d0b31f4ce77e6f21f47215a88ed22d",
"createTime": 1447929410,
"id": 4,
"status": 1
},
"message": "操作成功"
}