We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a5fe8 commit dbf5b3dCopy full SHA for dbf5b3d
1 file changed
src/api/README.md
@@ -19,14 +19,11 @@ title: API
19
> -云湖网页版API已记录的所有API文档
20
21
::: warning
22
-由于云湖域名 `https://*.jwznb.com/` 是防盗链,需要请求头加上 `referer:http://myapp.jwznb.com` 才可正常获取内容,否则会403.
23
-
24
-即指:
25
26
* `https://chat-audio1.jwznb.com/` 音频路由
27
* `https://chat-file.jwznb.com/` 文件路由
28
* `https://chat-img.jwznb.com/` 图片路由
29
* `https://chat-video1.jwznb.com/` 视频路由
+云湖数据床地址需要请求头加上 `referer:http://myapp.jwznb.com` 才可正常获取内容,否则会403.
30
31
当发送的文件体积过大时, `chat-file.jwznb.com` 文件路由请求下载时会重定向到 `chat-file-oss.jwznb.com` 这个路由不需要referer.
32
:::
0 commit comments