文档
测试

获取帖子列表

GET
http://127.0.0.1:88/api/community/area/list?page=1&limit=7&type=0

请求参数

参数名
类型
描述
必填
page
int
示例:1
必填
limit
int
示例:7
必填
type
int
示例:0
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
page
object
数据字典
必填
totalCount
int
示例:2
必填
pageSize
int
示例:7
必填
totalPage
int
示例:1
必填
currPage
int
示例:1
必填
list
array
数据列表
必填
id
int
示例:11
必填
title
string
示例:sadaasda
必填
img
string
示例:asda
必填
fanCount
string
示例:sadadada
必填
creator
int
示例:1
必填
questionCount
int
示例:0
必填
viewCount
int
示例:0
必填
likeCount
int
示例:0
必填
tag
object
示例:null
必填
sticky
int
示例:0
必填
createTime
string
示例:2022-04-13T05:03:07.000+00:00
必填
modifiedTime
string
示例:2022-04-14T04:49:02.000+00:00
必填