-
Notifications
You must be signed in to change notification settings - Fork 107
动态验证码问题 #34
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requestedwontfixThis will not be worked onThis will not be worked on
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requestedwontfixThis will not be worked onThis will not be worked on
问题描述
验证码获取接口每次访问都会返回新的验证码图片,查看验证码时看到的内容与实际需要输入的内容不一致。(猜测是这个原因吧)
复现步骤
解决方案
在获取验证码URL后立即下载图片并保存到本地文件,供用户查看。
环境信息