[fix]移除CapJS无效需求项,确保正常工作#911
Merged
Merged
Conversation
CAP验证码不再需要site key配置,因此移除了相关代码和检查逻辑
移除URL末尾斜杠避免双斜杠问题,并将请求参数格式从URL编码改为JSON格式。添加日志记录验证URL和参数以方便调试。
添加对 Cap 验证码 token 缺失的检查,并在配置不完整或验证码类型不支持时抛出明确错误信息
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#896 #906