|  |  | 
 |  |  |     private static final String PWD = "1369815429"; | 
 |  |  |  | 
 |  |  |     public static boolean sendVerifyCode(String telphone, String code, int time) { | 
 |  |  |         String content = "【壹元团】您的验证码是{},请在{}分钟内输入,请勿泄露给他人,如非本人操作,请及时修改密码。"; | 
 |  |  |         String content = "【壹元蔬菜】您的验证码是{},请在{}分钟内输入,请勿泄露给他人,如非本人操作,请及时修改密码。"; | 
 |  |  |         return send(telphone, StrUtil.format(content, code, time)); | 
 |  |  |     } | 
 |  |  |  | 
 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  | //    @Scheduled(cron = "0/5 * * * * ? ") | 
 |  |  |     public void wakeup() { | 
 |  |  |         log.info("本地保持唤醒状态"); | 
 |  |  |         Long id = 5L; | 
 |  |  |         mallMemberMapper.selectById(id); | 
 |  |  |     } | 
 |  |  | //    public void wakeup() { | 
 |  |  | //        log.info("本地保持唤醒状态"); | 
 |  |  | //        Long id = 5L; | 
 |  |  | //        mallMemberMapper.selectById(id); | 
 |  |  | //    } | 
 |  |  | } |