修改(update)
PUT
/sys/news
接口描述
修改
请求参数
参数名
类型
描述
必填
newsid
string
咨询id
必填
typeid
int
资讯类型(1文章 2视频)
必填
category
string
资讯类别
必填
fullhead
string
完整标题
必填
productid
string
关联商品id
可选
brandid
string
品牌id(关联商品所属品牌)
可选
tagword
string
Tag标签(多个","分隔)
可选
keyword
string
关键字(多个","分隔)
可选
sourcename
string
视频来源
可选
sourceaddress
string
视频来源地址(地址为MP4地址)
可选
isrecommend
int
推荐标识
可选
newscontent
string
资讯内容
可选
isfocus
int
焦点标识
必填
introduce
string
简介
可选
sortcode
int
排序码
可选
description
string
备注
可选
createdate
datetime
创建时间
可选
createuserid
string
创建人
可选
createusername
string
创建人姓名
可选
modifydate
datetime
更新时间
可选
modifyuserid
string
更新人
可选
modifyusername
string
更新人名称
可选
coverimg
string
视频封面图片地址
可选