fix(quqi): empty file link for no vip user #5926
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
曲奇资源链接分为下载链接和预览链接,非VIP用户无法获取媒体资源文件(视频/图片等)的预览链接,只能获取下载链接
解决方案:先从
/api/doc/getDoc
接口获取预览链接,若无法获取则从/api/doc/getDownload
接口获取下载链接。经过初步测试,预览链接的内容下载速度会比下载链接的快。限制:非VIP用户同时下载的资源数量存在限制,超过限制后一定时间内禁止下载