文档
测试

查询家园信息列表

GET
http://localhost:8091/circle/list

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填
data
object
数据字典
必填
total
int
示例:1
必填
rows
array
数据列表
必填
circleId
int
家园ID
必填
appUserId
int
小程序发布者ID
必填
appNickName
object
小程序用户昵称
必填
appAvatarUrl
object
小程序用户头像
必填
circleDesc
string
简介
必填
circleType
string
类型(0:图片;1:视频)
必填
status
string
状态(0正常 1关闭)
必填
isTop
string
是否置顶
必填
isRecommend
string
是否推荐
必填
createBy
string
创建者(PC创建时此字段不为空)
必填
createByNickName
object
创建者昵称
必填
createByAvatar
object
PC创建者头像
必填
createTime
object
创建时间
必填
imgs
array
图片列表
必填
imgId
int
图片ID
必填
imageSort
string
图片排序值
必填
imageUrl
string
图片地址
必填
videos
array
视频列表
必填
videoId
int
视频ID
必填
videoUrl
string
视频地址
必填
thumbnail
string
缩略图
必填