resSortEditPage.md 1.34 KB

资源分类编辑页面

接口名: `/resources/resSortEditPage

方法

POST JSONRAW

入参


属性名称 类型 例子 说明 是否必填 长度限制
sortId int 2 分类编号 11

对应SQL的操作库表

<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
    select 
    <include refid="Base_Column_List" />
    from resources_sort
    where sort_id = #{sortId,jdbcType=INTEGER}
  </select>

错误编码


错误码code 消息 说明
200 操作成功
404 资源分类不能为空!

返回

{
    "code": 200,
    "data": {
        "
platformResult": [
            {
                "createTime": 1430300615,
                "platformFlag": "iphone",
                "platformId": 1,
                "platformName": "yohoApp",
                "status": 1
            },
            {
                "createTime": 1430735334,
                "platformId": 5,
                "platformName": "web",
                "status": 1
            }
        ],
        "result": {
            "createTime": 1431502682,
            "platformId": 1,
            "sortId": 10,
            "sortName": "test",
            "status": 0
        }
    },
    "md5": "02a6f8de8401b8b835223ae0f441e7e2",
    "message": "操作成功"
}