diff --git a/myconext-server/src/main/java/myconext/sms/SMSServiceImpl.java b/myconext-server/src/main/java/myconext/sms/SMSServiceImpl.java index 4f1efd2bb..ee2357d4e 100644 --- a/myconext-server/src/main/java/myconext/sms/SMSServiceImpl.java +++ b/myconext-server/src/main/java/myconext/sms/SMSServiceImpl.java @@ -46,7 +46,7 @@ public String send(String mobile, String code, Locale locale) { Map body = Map.of( "encoding", "auto", "body", format, - "route", "business", + "route", "1984", "originator", "eduID", "recipients", List.of(mobile) ); @@ -55,4 +55,4 @@ public String send(String mobile, String code, Locale locale) { restTemplate.exchange(requestEntity, Void.class); return format; } -} \ No newline at end of file +}