通过id获取网络文章
POST
http://localhost:8080/api/activity/content
接口描述
网络文章请求接口
请求参数
参数名
类型
描述
必填
activityid
int
文章id
必填
返回参数
参数名
类型
描述
必填
title
String
文章标题
必填
author
String
作者
必填
pubdate
datetime
发布时间
必填
content
String
内容
必填
hasopre
String
有上一页
必填
hasnext
String
有下一页
必填
page
int
页数
必填
count
int
条数
必填