Enum Class的使用
cn.zhxu.toys.captcha.MsgCaptchaManager.SendResult
-
cn.zhxu.toys.captcha中MsgCaptchaManager.SendResult的使用
修饰符和类型方法说明MsgCaptchaManager.sendCaptcha(String phone) 发送验证码MsgCaptchaManager.sendCaptcha(String phone, String msgTmplName) 发送验证码static MsgCaptchaManager.SendResultReturns the enum constant of this class with the specified name.static MsgCaptchaManager.SendResult[]MsgCaptchaManager.SendResult.values()Returns an array containing the constants of this enum class, in the order they are declared. -
cn.zhxu.toys.captcha.impl中MsgCaptchaManager.SendResult的使用
修饰符和类型方法说明DefaultMsgCaptchaManager.sendCaptcha(String phone) DefaultMsgCaptchaManager.sendCaptcha(String phone, String msgTmplName)