We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1
原接口修改了返回数据结构,并修改了请求参数 返回中不再单独存放url与token,而是直接将完整url放在了"complete_url"键中 以及请求时的urls数组中改为了相对路径,而不是完整url
{ "code": 0, "msg": "", "data": [ { "url": "", "token": "", "complete_url": "xxx", "hit_encrpyt": true } ] }
具体可以查看这条Issue 新的请求方式可以获取一话中大部分图像(返回中的Content-Type为image/jpeg),但是有一小部分图像格式不正常(Content-Type为text/plain)
image/jpeg
text/plain
我的项目大致实现了新的调用方式,各位可以试试
No response
The text was updated successfully, but these errors were encountered:
感谢你提交的问题,我会尽快处理! (ᗜ ˰ ᗜ)
Sorry, something went wrong.
No branches or pull requests
原因
1
功能简述
1
功能逻辑
原接口修改了返回数据结构,并修改了请求参数
返回中不再单独存放url与token,而是直接将完整url放在了"complete_url"键中
以及请求时的urls数组中改为了相对路径,而不是完整url
具体可以查看这条Issue
新的请求方式可以获取一话中大部分图像(返回中的Content-Type为
image/jpeg
),但是有一小部分图像格式不正常(Content-Type为text/plain
)我的项目大致实现了新的调用方式,各位可以试试
实现参考
No response
The text was updated successfully, but these errors were encountered: