forked from kidgrow-microservices-platform

zhaoxiaohao
2020-11-26 080f8faa831b09e5f1c130df8c43bd543aff8b4f
1
2
3
4
5
6
7
8
9
package com.kidgrow.sms.model;
 
import com.kidgrow.common.constant.CommonConstant;
 
public interface ConstantSMS {
    String PASSWORD_SMS = "PASSWORD_SMS";//修改密码 短信验证的type值
    String REGISTER_SMS = "REGISTER_SMS";//注册 短信验证的type值
    String PHONE_SMS = "PHONE_SMS";//更换手机号 短信验证的type值
}