文档
测试
POST
http://localhost:8080/community//tbService/selectList

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
responseCode
string
示例:100000
必填
message
string
示例:运行正确
必填
result
object
数据字典
必填
total
int
示例:1
必填
list
array
数据列表
必填
needPage
boolean
示例:true
必填
pageNum
int
示例:1
必填
pageSize
int
示例:10
必填
id
int
示例:53
必填
title
string
示例:标题
必填
titleClolr
string
示例:标题颜色
必填
titleLable
string
示例:标题标签
必填
titleLableColor
string
示例:标题标签颜色
必填
xcxAppid
string
示例:appid
必填
xcxName
string
示例:小程序名字
必填
xcxPath
string
示例:外部小程序路径
必填
insideXcxPath
string
示例:内部小程序路径
必填
appPath
string
示例:APP路经
必填
route
string
示例:跳转路径
必填
pictureUrl
string
示例:话题图片
必填
isShow
int
示例:1
必填
isIndex
int
示例:1
必填
sort
object
示例:null
必填
isDeleted
int
示例:0
必填
createTime
object
示例:null
必填
updateTime
string
示例:2020-07-24T08:01:56.000+0000
必填
communityCode
string
示例:00
必填
serviceTypes
object
数据字典
必填
needPage
boolean
示例:true
必填
pageNum
int
示例:1
必填
pageSize
int
示例:10
必填
id
object
示例:null
必填
name
string
示例:qwe
必填
isDeleted
object
示例:null
必填
communityCode
object
示例:null
必填
createTime
object
示例:null
必填
updateTime
object
示例:null
必填
serviceType
int
示例:3
必填
content
string
示例:富文本内容
必填
pageNum
int
示例:1
必填
pageSize
int
示例:10
必填
size
int
示例:1
必填
startRow
int
示例:1
必填
endRow
int
示例:1
必填
pages
int
示例:1
必填
prePage
int
示例:0
必填
nextPage
int
示例:0
必填
isFirstPage
boolean
示例:true
必填
isLastPage
boolean
示例:true
必填
hasPreviousPage
boolean
示例:false
必填
hasNextPage
boolean
示例:false
必填
navigatePages
int
示例:8
必填
navigatepageNums
array
数据列表
必填
navigateFirstPage
int
示例:1
必填
navigateLastPage
int
示例:1
必填
args
object
示例:null
必填

说明 / 示例

{ "success": true, "responseCode": "100000", "message": "运行正确", "result": { "total": 1, "list": [ { "needPage": true, "pageNum": 1, "pageSize": 10, "id": 53, "title": "标题", "titleClolr": "标题颜色", "titleLable": "标题标签", "titleLableColor": "标题标签颜色", "xcxAppid": "appid", "xcxName": "小程序名字", "xcxPath": "外部小程序路径", "insideXcxPath": "内部小程序路径", "appPath": "APP路经", "route": "跳转路径", "pictureUrl": "话题图片", "isShow": 1, "isIndex": 1, "sort": null, "isDeleted": 0, "createTime": null, "updateTime": "2020-07-24T08:01:56.000+0000", "communityCode": "00", "serviceTypes": { "needPage": true, "pageNum": 1, "pageSize": 10, "id": null, "name": "qwe", "isDeleted": null, "communityCode": null, "createTime": null, "updateTime": null }, "serviceType": 3, "content": "富文本内容" } ], "pageNum": 1, "pageSize": 10, "size": 1, "startRow": 1, "endRow": 1, "pages": 1, "prePage": 0, "nextPage": 0, "isFirstPage": true, "isLastPage": true, "hasPreviousPage": false, "hasNextPage": false, "navigatePages": 8, "navigatepageNums": [1], "navigateFirstPage": 1, "navigateLastPage": 1 }, "args": null }