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

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

上级 76d3d63e
流水线 #42374 已取消 于阶段
...@@ -21,4 +21,9 @@ public interface CaptchaClient { ...@@ -21,4 +21,9 @@ public interface CaptchaClient {
PicaResponse checkAuthCode(@RequestParam("mobilePhone") String mobilePhone, PicaResponse checkAuthCode(@RequestParam("mobilePhone") String mobilePhone,
@RequestParam("flag") String flag, @RequestParam("flag") String flag,
@RequestParam("authCode") String authCode); @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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册