瀏覽代碼

Merge branch 'dev' of lyr/patient-co-management into dev

lyr 8 年之前
父節點
當前提交
d3aed631cf
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      patient-co-wlyy/src/main/java/com/yihu/wlyy/service/common/SMSService.java

+ 4 - 4
patient-co-wlyy/src/main/java/com/yihu/wlyy/service/common/SMSService.java

@ -84,19 +84,19 @@ public class SMSService extends BaseService {
            sms.setContent("您的注册验证码为:" + captcha);
        } else if (type == 2 || type == 3) {
            // 找回密码
            sms.setContent("您的找回密码验证码为:" + captcha);
            sms.setContent("您找回密码验证码为:" + captcha);
        } else if (type == 4 || type == 5) {
            // 登录
            sms.setContent("您的登录验证码为:" + captcha);
        } else if (type == 7) {
            // 手机号变更验证
            sms.setContent("您的更换手机号验证码为:" + captcha);
            sms.setContent("您更换手机号验证码为:" + captcha);
        } else if (type == 8) {
            // 新手机号绑定验证
            sms.setContent("您的新手机号验证码为:" + captcha);
            sms.setContent("您新手机号验证码为:" + captcha);
        } else if (type == 9) {
            // 新手机号绑定验证
            sms.setContent("您绑定手机号的验证码为:" + captcha);
            sms.setContent("您绑定手机号验证码为:" + captcha);
        } else if (type == 10) {
            Patient patient = patientDao.findByCode(code);
            if (patient == null) {