Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZhangHangwei/WXBaiSi
小程序 低仿百思不得姐
https://github.com/ZhangHangwei/WXBaiSi
Last synced: 2 days ago
JSON representation
小程序 低仿百思不得姐
- Host: GitHub
- URL: https://github.com/ZhangHangwei/WXBaiSi
- Owner: ZhangHangwei
- License: mit
- Created: 2016-11-14T14:19:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T08:45:27.000Z (almost 5 years ago)
- Last Synced: 2024-08-24T05:01:27.279Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.31 MB
- Stars: 147
- Watchers: 10
- Forks: 70
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 接口
- 首页 [http://api.budejie.com/api/api_open.php?a=list&c=data&type=1](http://api.budejie.com/api/api_open.php?a=list&c=data&type=1)
- type=1 : 全部
- type=41 : 视频
- type=10 : 图片
- type=29 : 段子
- type=31 : 声音
- 加载更多 : 添加两个字段
- page : 页码 (加载下一页需要)
- maxtime : 获取到的最后一条数据的**maxtime**字段 (加载下一页需要)
- 评论列表 [http://api.budejie.com/api/api_open.php?a=dataList&c=comment&data_id=22062938&hot=1](http://api.budejie.com/api/api_open.php?a=dataList&c=comment&data_id=22062938&hot=1)- data_id : 帖子ID
- hot : 获取到最热评论需要这个字段
- page : 页码 (加载下一页需要)
- lastcid : 获取到的最后一条评论的ID(加载下一页需要)- 推荐关注
- 左侧列表 [http://api.budejie.com/api/api_open.php?a=category&c=subscribe](http://api.budejie.com/api/api_open.php?a=category&c=subscribe)
- 右侧列表 [http://api.budejie.com/api/api_open.php?a=list&c=subscribe&category_id=35](http://api.budejie.com/api/api_open.php?a=list&c=subscribe&category_id=35&page=1)
- category_id : 左侧栏目 ID
- page : 当前页码 ,请求第一页数据的时候可不填
- 我的 [http://api.budejie.com/api/api_open.php?a=square&c=topic](http://api.budejie.com/api/api_open.php?a=square&c=topic)