文档
测试

最新一期

GET
https://news.yangxiansheng.top/v1/classic/latest

接口描述

获取最新一期的期刊

请求头

参数名
类型
描述
必填
Authorization
string
base64转换后的Token令牌
必填

响应参数

参数名
类型
描述
必填
id
number
id
必填
content
string
内容
必填
image
string
图片地址
必填
pubdate
string
发布时间
必填
title
string
标题
必填
fav_nums
number
点赞数
必填
type
number
分类号 (100电影 200句子 300音乐 400书籍)
必填
index
number
下标
必填
like_status
boolean
是否被点赞
必填

说明 / 示例

```json { "id": 1, "content": "人生不能像做菜,把所有的料准备好才下锅", "image": "http://bl.7yue.pro/images/movie.8.png", "pubdate": "2018-06-22", "title": "李安《饮食男女 》", "fav_nums": 173, "type": 100, "index": 8, "like_status": false } ```