Skip to content

Instantly share code, notes, and snippets.

@0312birdzhang
Created March 10, 2016 03:37
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save 0312birdzhang/6d2ed45457c908a0d290 to your computer and use it in GitHub Desktop.
Save 0312birdzhang/6d2ed45457c908a0d290 to your computer and use it in GitHub Desktop.
One一个新api
获取问题跟文章
http://v3.wufazhuce.com:8000/api/reading/index/
然后根据essay跟question id进去到不同的详细
http://v3.wufazhuce.com:8000/api/question/1282
http://v3.wufazhuce.com:8000/api/essay/1339
获取首页
http://v3.wufazhuce.com:8000/api/hp/idlist/0
然后通过http://v3.wufazhuce.com:8000/api/hp/detail/1275 进入
其他
http://v3.wufazhuce.com:8000/api/music/idlist/0
http://v3.wufazhuce.com:8000/api/movie/list/0
http://v3.wufazhuce.com:8000/api/movie/detail/%1
http://v3.wufazhuce.com:8000/api/reading/index/
http://v3.wufazhuce.com:8000/api/music/detail/%1
@ruijun
Copy link

ruijun commented Jul 19, 2016

是通过抓包方式获取到这些api的?

@0312birdzhang
Copy link
Author

@ruijun 不是,是通过搜索github不经意间看到别人已经删除了的 😂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment