提交 bbd33153 编写于 作者: B binaryify

improve docs

上级 9b12fe38
......@@ -112,6 +112,8 @@ $ set PORT=4000 && node app.js
## 接口文档
### 调用前须知
- 由于接口做了缓存处理(缓存2分钟,可在 app.js 设置),相同的 url 会在两分钟内只向网易服务器发一次请求,如果遇到不需要缓存结果的接口,可在请求 url 后面加一个时间戳参数使url 不同,例子: `/simi/playlist?id=347230&timestamp=1503019930000`
- 301 错误基本都是没登录就调用了需要登录的接口
- 部分接口如登录接口不能调用太频繁,否则可能会触发503错误或者 ip 高频错误,若需频繁调用,需要准备 IP 代理池.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册