添加文章
POST
http://127.0.0.1:8080/meetbot/articleAction.do?action=addArticle
接口描述
添加文章
请求参数
参数名
类型
描述
必填
articletypeid
long
文章类型id
必填
title
String
文章标题
必填
remark
String
文章简介
必填
content
String
文章详情
必填
tagids
String
文章标签,格式“,”隔开
必填
islink
int
是否跳转链接
必填
linkurl
String
链接地址
可选
ispublish
int
是否发布
必填
istop
int
是否置顶
必填
iszddown
int
是否自动下架
必填
downtime
String
下架时间
可选
viewtype
int
显示类型:0、仅文章;1、加点赞;2、加评论;3、评论加点赞
必填
sharetitle
String
分享标题
必填
sharecontent
String
分享介绍
必填
shareimg
String
分享图片
必填
poster
String
海报
必填
响应参数
参数名
类型
描述
必填
data
object
返回数据
必填
message
String
提示信息
必填
status
String
0成功,1失败
必填