提交 6f59d520 编写于 作者: wenhao.qin's avatar wenhao.qin

校验短信验证码(不清缓存)

上级 76d3d63e
流水线 #42374 已取消 于阶段
......@@ -14,11 +14,16 @@ public interface CaptchaClient {
@GetMapping("/account/account/acknowledge")
PicaResponse<Boolean> acknowledge(@RequestParam("captchaToken") String captchaToken,
@RequestParam("captchaAnswer") String captchaAnswer);
@RequestParam("captchaAnswer") String captchaAnswer);
@GetMapping("/account/account/check/authCode")
PicaResponse checkAuthCode(@RequestParam("mobilePhone") String mobilePhone,
@RequestParam("flag") String flag,
@RequestParam("authCode") String authCode);
@GetMapping("/account/account/checkMobile/authCode")
PicaResponse checkDetectionCode(@RequestParam("mobilePhone") String mobilePhone,
@RequestParam("flag") String flag,
@RequestParam("authCode") String authCode);
}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册