package com.kidgrow.authclient.properties;
|
|
import lombok.Data;
|
|
/**
|
* 石家庄喜高科技有限责任公司 版权所有 © Copyright 2020<br>
|
*
|
* @Description: 验证码配置<br>
|
* @Project: <br>
|
* @CreateDate: Created in 2020/2/13 10:43 <br>
|
* @Author: <a href="4345453@kidgrow.com">liuke</a>
|
*/
|
@Data
|
public class ValidateCodeProperties {
|
/**
|
* 设置认证通时不需要验证码的clientId
|
*/
|
private String[] ignoreClientCode = {};
|
}
|