Commit 87310464 authored by 郑磊's avatar 郑磊

修改回显验证数据接口

parent e005e254
......@@ -120,7 +120,8 @@ public class CaptchaController {
return Response.success();
}
@RequestMapping("/verifyInfo")
@RequestMapping("/verify")
@ResponseBody
public Response<?> verifyCaptcha(
@RequestParam(name = "key") String key
) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment