1.enable sms function

main
Gary 1 year ago
parent d195b78053
commit b1d7e9ed27

@ -242,7 +242,7 @@ public class UserService {
Map<String, String> map = new HashMap<>();
map.put("mobile", mobile);
map.put("checkcode", checkcode);
// rabbitTemplate.convertAndSend("sms",map);
rabbitTemplate.convertAndSend("sms",map);
// 在控制台放一份(方便测试)

Loading…
Cancel
Save