mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-03 13:32:10 +08:00
improve docs
This commit is contained in:
parent
9b12fe3895
commit
bbd33153b8
@ -112,6 +112,8 @@ $ set PORT=4000 && node app.js
|
||||
|
||||
## 接口文档
|
||||
### 调用前须知
|
||||
- 由于接口做了缓存处理(缓存2分钟,可在 app.js 设置),相同的 url 会在两分钟内只向网易服务器发一次请求,如果遇到不需要缓存结果的接口,可在请求 url 后面加一个时间戳参数使url 不同,例子: `/simi/playlist?id=347230×tamp=1503019930000`
|
||||
|
||||
- 301 错误基本都是没登录就调用了需要登录的接口
|
||||
|
||||
- 部分接口如登录接口不能调用太频繁,否则可能会触发503错误或者 ip 高频错误,若需频繁调用,需要准备 IP 代理池.
|
||||
|
Loading…
x
Reference in New Issue
Block a user