delPlustar.md
768 Bytes
删除plustar分类接口
接口名: '/guang/plustar/delPlustar'
方法
POST JSONRAW
入参
属性名称 | 类型 | 例子 | 说明 | 是否必填 | 范围 |
---|---|---|---|---|---|
id | int | 43 | plustar id | 是 | 1-10 |
对应SQL的操作库表
<delete id="deleteByPrimaryKey" parameterType="java.lang.Integer" >
delete from brand_relation
where id = #{id,jdbcType=INTEGER}
</delete>
错误编码
错误码code | 消息 | 说明 |
---|---|---|
200 | 删除成功! | |
400 | 删除失败! | |
400 | plustar is null |
返回
{
"code":200,
"message":"删除成功!"
}