updateResPublishTime.md
734 Bytes
更新预发布时间
接口名: `/resources/updateResPublishTime
方法
POST JSONRAW
入参
属性名称 | 类型 | 例子 | 说明 | 是否必填 | 长度限制 |
---|---|---|---|---|---|
id | int | 8 | 资源位id | 是 | 11 |
time | string | 2016-04-27 10:50:00 | 预发布时间 | 是 | 225 |
对应SQL的操作库表
<update id="updateResPublishTime">
update resources set publish_time=#{publishTime} where id=#{id}
</update>
错误编码
错误码code | 消息 | 说明 |
---|---|---|
200 | 操作成功 | |
400 | id can not null | |
500 | updateResPublishTime wrong |
返回
{
"code": 200,
"data": [],
"md5": "d751713988987e9331980363e24189ce",
"message": "删除成功."
}