Skip to content

Commit

Permalink
add 今日头条 api
Browse files Browse the repository at this point in the history
  • Loading branch information
jokermonn committed Apr 13, 2017
1 parent 1f034de commit 7b7520e
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions Todaynews.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# 今日头条 #
url:http://is.snssdk.com/api/news/feed/v51/

拼接参数:

- `category`:见下[category](#category)表格
- `refer`:???,固定值`1`
- `count`:返回数量,默认为`20`
- `min_behot_time`:上次请求时间的时间戳,例:`1491981025`
- `last_refresh_sub_entrance_interval`:本次请求时间的时间戳,例:`1491981165`
- `loc_mode`
- `loc_time`
- `latitude`
- `longitude`
- `city`
- `tt_from`
- `lac`
- `cid`
- `cp`
- `iid`
- `device_id`
- `ac`
- `channel`
- `aid`
- `app_name`
- `version_code`
- `version_name`
- `device_platform`
- `ab_version`
- `ab_client`
- `ab_group`
- `ab_feature`
- `abflag`
- `ssmix`
- `device_type`
- `device_brand`
- `language`
- `os_api`
- `os_version`
- `openudid`
- `manifest_version_code`
- `resolution`
- `dpi`
- `update_version_code`
- `_rticket`

<h2 id="category">category 列表</h2>

| 标签 | category 值 |
| ------------- |:-------------:| -----:|
| 热点 | news_hot |
| 视频 | video |
| 社会 | news_society |
| 娱乐 | news_entertainment |
| 问答 | question_and_answer |
| 图片 | 组图 |
| 科技 | news_tech |
| 汽车 | news_car |
| 体育 | news_sport |
| 财经 | news_finance |
| 军事 | news_military |
| 国际 | news_world |
| 段子 | essay_joke |
| 趣图 | image_funny |

0 comments on commit 7b7520e

Please sign in to comment.