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
当插件设置中的个人令牌不正确时,应用市场内容无法正常展示。
令牌格式有问题时,例如删除 pat_eyJraWQiOiIyRE5ac3FfTWp3M...... 开头的字母 p,应用市场页面不能正常加载,浏览器控制台报错
pat_eyJraWQiOiIyRE5ac3FfTWp3M......
p
令牌有效性有问题时,例如删除或替换掉令牌末尾的部分字符,应用市场可以正常加载,但是相关接口返回 401,无法显示任何应用
401
建议出现这种情况时给出令牌错误的提示,但不影响用户正常浏览应用。
The text was updated successfully, but these errors were encountered:
/cc @ruibaby
Sorry, something went wrong.
/kind improvement
No branches or pull requests
当插件设置中的个人令牌不正确时,应用市场内容无法正常展示。
令牌格式问题
令牌格式有问题时,例如删除
pat_eyJraWQiOiIyRE5ac3FfTWp3M......
开头的字母p
,应用市场页面不能正常加载,浏览器控制台报错令牌有效性问题
令牌有效性有问题时,例如删除或替换掉令牌末尾的部分字符,应用市场可以正常加载,但是相关接口返回
401
,无法显示任何应用建议出现这种情况时给出令牌错误的提示,但不影响用户正常浏览应用。
The text was updated successfully, but these errors were encountered: