文档
测试

推广管理-查询海报列表

GET
http://localhost:9000/fmmp/insArticleInfo/showPosterList

接口描述

获取海报列表,分页展示

请求参数

参数名
类型
描述
必填
pageNum
integer
当前页码
必填
pageSize
integer
每页条数
必填

响应参数

参数名
类型
描述
必填
code
string
示例:0000
必填
msg
string
示例:成功
必填
data
object
数据字典
必填
pageNum
int
示例:1
必填
pageSize
int
示例:2
必填
size
int
示例:2
必填
startRow
int
示例:0
必填
endRow
int
示例:1
必填
total
int
示例:2
必填
pages
int
示例:1
必填
list
array
数据列表
必填
articleId
string
海报id,示例:e7fd5cd24f7d41a4a1ed5f8d430a4550
必填
articleTitle
string
标题,示例:string
必填
articleContentId
string
正文id,示例:13cf9ec78d584f1fbc9627d12119e421
必填
articleDescription
string
示例:string
必填
articleType
int
类型:1海报,示例:1
必填
articleSort
int
示例:0
必填
articleStatus
int
状态:2已发布,示例:2
必填
createBy
string
示例:1ca91a28e93a4b7f8f3f735e504c8ff3
必填
authorName
string
作者姓名,示例:柯曦和
必填
createDt
int
示例:1615709408000
必填
modifyBy
string
示例:string
必填
modifyDt
int
示例:1615709199000
必填
sysId
string
机构id,示例:100
必填
shareCount
int
被分享次数,示例:0
必填
liveConversionCount
int
转化入住,填充假数据,隐藏。示例:0
必填
articleContent
object
图片地址,在这里返回null。示例:null
必填
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
必填
firstPage
int
示例:1
必填
lastPage
int
示例:1
必填

说明 / 示例

还没有实现转化入住次数的统计功能,暂时先不展示转化入住。 { "code": "0000", "msg": "成功", "data": { "pageNum": 1, "pageSize": 2, "size": 2, "startRow": 0, "endRow": 1, "total": 2, "pages": 1, "list": [ { "articleId": "e7fd5cd24f7d41a4a1ed5f8d430a4550", "articleTitle": "string", "articleContentId": "13cf9ec78d584f1fbc9627d12119e421", "articleDescription": "string", "articleType": 1, "articleSort": 0, "articleStatus": 2, "createBy": "1ca91a28e93a4b7f8f3f735e504c8ff3", "authorName": "柯曦和", "createDt": 1615709408000, "modifyBy": "string", "modifyDt": 1615709199000, "sysId": "100", "shareCount": 0, "liveConversionCount": 0, "articleContent": null }, { "articleId": "adffdsa33333", "articleTitle": "春游活动", "articleContentId": "6c1e4a19afad4400ab85c0713b8677", "articleDescription": "https://upload-images.jianshu.io/upload_images/288284-35f0110e990cc62e.png", "articleType": 1, "articleSort": 1, "articleStatus": 2, "createBy": "1ca91a28e93a4b7f8f3f735e504c8ff3", "authorName": "柯曦和", "createDt": 1615354138000, "modifyBy": null, "modifyDt": null, "sysId": "100", "shareCount": 1, "liveConversionCount": 0, "articleContent": null } ], "prePage": 0, "nextPage": 0, "isFirstPage": true, "isLastPage": true, "hasPreviousPage": false, "hasNextPage": false, "navigatePages": 8, "navigatepageNums": [ 1 ], "navigateFirstPage": 1, "navigateLastPage": 1, "firstPage": 1, "lastPage": 1 } }