|
@@ -74,7 +74,7 @@ public class SmsCodeController extends BaseController {
|
|
|
return failed(SecurityConstants.VERIFY_FAILURE);
|
|
|
}
|
|
|
|
|
|
- @GetMapping(value = "/getLoginImage",consumes = MediaType.APPLICATION_FORM_URLENCODED_VALUE)
|
|
|
+ @GetMapping(value = "/getLoginImage")
|
|
|
@ApiOperation("获取登录图片验证码")
|
|
|
@ApiImplicitParam(name = "phone", value = "手机号", required = true, dataType = "String")
|
|
|
public void getKaptchaImage(HttpServletResponse response,String phone) throws Exception {
|