addSort.md
1.96 KB
查询资讯分类资源
接口名: `/guang/article/sort/addSort
方法
POST
入参
属性名称 | 类型 | 例子 | 说明 |
---|---|---|---|
parent_id | Integer | 1 | 父类分类 |
name | String | 流行 | 分类名称 |
status | Byte | 1 | 状态 |
orderBy | Byte | 3 | 排序 |
advertCode | String | 324dfasf | 广告码 |
对应SQL的操作库表
``` insert into article_sort id, parent_id, name, status, order_by, advert_code, create_time, #{id,jdbcType=INTEGER}, #{parentId,jdbcType=INTEGER}, #{name,jdbcType=VARCHAR}, #{status,jdbcType=TINYINT}, #{orderBy,jdbcType=TINYINT}, #{advertCode,jdbcType=VARCHAR}, #{createTime,jdbcType=INTEGER},
### 错误编码
-------------------------
|错误码code|消息|说明|
|--------|----|----|
|200|添加成功| |
|400|添加失败| |
### 返回
``` json
{
"code": 200,
"message":分类列表
}