更新文档

This commit is contained in:
binaryify 2018-05-16 18:50:42 +08:00
parent 4cc9dfabd4
commit 3710984679
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# 更新日志
### 2.9.8 | 2018.05.16
### 2.9.9 | 2018.05.16
Bug 修复
### 2.9.8 | 2018.05.10

View File

@ -210,7 +210,7 @@ docker run -d -p 3000:3000 --name netease-cloud-music -e http_proxy= -e https_pr
`/simi/playlist?id=347230&timestamp=1503019930000`
!> 如果是跨域请求 , 请在所有请求带上 `xhrFields: { withCredentials: true }` 否则
可能会因为没带上 cookie 导致 301, 具体例子可看 `public/test.html`, 例子使用 jquery, axios 版本也类似
可能会因为没带上 cookie 导致 301, 具体例子可看 `public/test.html`, 例子使用 jQuery, axios 版本也类似
!> 301 错误基本都是没登录就调用了需要登录的接口,如果登陆了还是提示 301, 基本都是缓存把数据缓存起来了,解决方法是等待 2 分钟或者重启服务重新登录后再调用接口