mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-04 20:58:55 +08:00
更新文档
This commit is contained in:
parent
4cc9dfabd4
commit
3710984679
@ -1,5 +1,5 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
### 2.9.8 | 2018.05.16
|
### 2.9.9 | 2018.05.16
|
||||||
Bug 修复
|
Bug 修复
|
||||||
|
|
||||||
### 2.9.8 | 2018.05.10
|
### 2.9.8 | 2018.05.10
|
||||||
|
@ -210,7 +210,7 @@ docker run -d -p 3000:3000 --name netease-cloud-music -e http_proxy= -e https_pr
|
|||||||
`/simi/playlist?id=347230×tamp=1503019930000`
|
`/simi/playlist?id=347230×tamp=1503019930000`
|
||||||
|
|
||||||
!> 如果是跨域请求 , 请在所有请求带上 `xhrFields: { withCredentials: true }` 否则
|
!> 如果是跨域请求 , 请在所有请求带上 `xhrFields: { withCredentials: true }` 否则
|
||||||
可能会因为没带上 cookie 导致 301, 具体例子可看 `public/test.html`, 例子使用 jquery, axios 版本也类似
|
可能会因为没带上 cookie 导致 301, 具体例子可看 `public/test.html`, 例子使用 jQuery, axios 版本也类似
|
||||||
|
|
||||||
!> 301 错误基本都是没登录就调用了需要登录的接口,如果登陆了还是提示 301, 基本都是缓存把数据缓存起来了,解决方法是等待 2 分钟或者重启服务重新登录后再调用接口
|
!> 301 错误基本都是没登录就调用了需要登录的接口,如果登陆了还是提示 301, 基本都是缓存把数据缓存起来了,解决方法是等待 2 分钟或者重启服务重新登录后再调用接口
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user