文档
测试

文章列表

POST
https://api.amandacat.shop/api/home/getArticles

请求参数

参数名
类型
描述
必填
page
int
页码(可选,默认1)
必填
limit
int
每页数量(可选,默认15)
必填
class
char
文章分类(可选,feature || recommend),精选 或 推荐
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:获取成功!
必填
data
object
数据字典
必填
count
int
示例:10
必填
articles
array
数据列表
必填
id
int
示例:48
必填
article_title
string
示例:Salesforce beats Q1 estimates, lowers fiscal 2021 revenue growth forecast
必填
article_class
string
示例:好物推荐
必填
article_cover
object
数据字典
必填
bigcover
string
示例:cover/article_1591593504897/cover_20200608_80.jpg_bc.jpg
必填
smallcover
string
示例:cover/article_1591593504897/cover_20200608_80.jpg_sc.jpg
必填
article_description
string
示例:The CRM software giant reported​ non-GAAP earnings of 70 cents per share on revenue of $4.87 billion.
必填
article_state
int
示例:1
必填
create_time
string
示例:2020-06-08 13:18:28
必填
update_time
string
示例:2020-06-08 13:18:28
必填
code
int
示例:0
必填