main
Gary 10 months ago
parent d90c6bc5e3
commit 5649bac1a6

@ -168,10 +168,10 @@ public class LoginController extends BaseController {
vCode.write(response.getOutputStream());
}
/**
* 4.1Base64
* 4.1Base64
* @return
*/
@ApiOperation(value = "4.1获取图验证码Base64", notes = "4.三次短信验证失败后获取图形验证码Base64有效期10分钟")
@ApiOperation(value = "4.1获取图验证码Base64", notes = "4.三次短信验证失败后获取图形验证码Base64有效期10分钟")
@ApiImplicitParams({ @ApiImplicitParam(name = "deviceId", value = "设备id", required = true) })
@GetMapping("/imageCheckCodeBase64/{deviceId}")
@GlobalInterceptor

Loading…
Cancel
Save