package cn.mb.cloud.auth.security.util; public interface VerifyCode { /** * 验证码长度 */ String CODE_SIZE = "6"; }