mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-22 12:48:59 +08:00
fix: 验证码字段名错误调整
This commit is contained in:
parent
2ec904bc9f
commit
6722fc2bc0
@ -48,7 +48,7 @@ public class CaptchaHandler implements HandlerFunction<ServerResponse> {
|
||||
|
||||
Map<String, String> result = new HashMap<>(2);
|
||||
result.put("verifyCodeKey", verifyCodeKey);
|
||||
result.put("verifyCodeBase64", captchaBase64);
|
||||
result.put("captchaImgBase64", captchaBase64);
|
||||
|
||||
return ServerResponse.ok().body(BodyInserters.fromValue(Result.success(result)));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user