文档
测试

网络文章

POST
http://localhost:8080/api/activity/info

接口描述

网络文章请求接口

请求参数

参数名
类型
描述
必填
page
int
分页页数
必填
count
int
每页条数
必填
articletype
int
文章类型
必填

返回参数

参数名
类型
描述
必填
title
String
文章标题
必填
author
String
作者
必填
pubdate
datetime
发布时间
必填
content
String
内容
必填
hasopre
String
有上一页
必填
hasnext
String
有下一页
必填
page
int
页数
必填
count
int
条数
必填

说明 / 示例

{ "code": 200, "data": { "name":"张三" "sex" :"1" }, "message": "注册成功", "success": true }