文章列表
GET
http://localhost:8083/web/redPacket/getArticleList?current=1&size=10&search=&isRedpack=
请求头
参数名
类型
描述
必填
token
string
示例:eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIyLGFkbWluIiwiY3JlYXRlZCI6MTYwMjQ3OTgzMDAxMn0.LtT4Ug5BjOEdTJ_hXv4er9hNl8DyjcbUjZSQPgHz90AOC2qaqYZNc2fNS2sOlBfbNDql90mM8lIBIhmKVtjtdw
必填
请求参数
参数名
类型
描述
必填
current
int
示例:1
必填
size
int
示例:10
必填
search
string
示例:
必填
isRedpack
string
(1有红包 2没有红包 全部0)示例:
必填
rcId
公司id
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
raId
int
(文章id)示例:3
必填
articleTitle
string
(标题)示例:测试文章
必填
isRedpack
int
(是否有红包 1 有 0没有)示例:0
必填
createTime
string
示例:2021-02-02 13:15:12
必填
readCount
int
(真实阅读数)示例:0
必填
falseCount
int
(虚拟阅读数)示例:100
必填
companyName
公司名
必填
isPublish
1 草稿箱 2已发布
必填
total
int
示例:4
必填
size
int
示例:10
必填
current
int
示例:1
必填
orders
array
数据列表
必填
hitCount
boolean
示例:false
必填
searchCount
boolean
示例:true
必填
pages
int
示例:1
必填