获取信息流列表
接口地址
http://{hostname}.qianfanapi.com/api1_2/home/post-list
参数列表
@param int last_time 加载下一页时 上一页最后一条数据的时间sort
@param int page 页数
###返回值
ret
text
data array[] 首页信息流
id int 信息流id
to_type int 类型 1 帖子 5本地圈
to_id int 帖子或本地圈id
author_id int 内容用户id
title string 标题
desc string 简介
source string 用户名/来自
view_num string 阅读数
fixed_position int 固定位置 0代表不是固定的
show_type int 0 默认模式 1 单图模式 2 单张大图模式 3单张通栏 4三图模式
push_at string 推送时间
sort string 排序字段 返回last_time从这里获取(fixed_position == 0的最后一条 没有就返回0)
attach_num int 图片数量
attaches object[] 图片对象数组
url string 图片地址
width string 宽度
height string 高度
##获取今日头条列表
###接口地址
http://{hostname}.qianfanapi.com/api1_2/home/recommend-list
###参数列表
@param int $uid 用户id
@param string $device 设备号
###返回值
ret //成功 0,错误 1
text //提示消息
data array
[key] object //键值
pushtime object //推送时间
items object
header object //头部
type //1帖子/2本地圈/3外链
dataid //帖子id/本地圈标签id
new_title //新标题
url //跳转地址
cover //封面图
body array //头部以下
[key] object
type
dataid
new_title
url
cover