|
@@ -43,7 +43,6 @@ public class SmsUtil {
|
|
|
|
|
|
@Value("${caimei.coreDomain}")
|
|
|
public void setProf(String profs){
|
|
|
- log.info("》》》》》》》》》》》》》》》》profs:"+profs);
|
|
|
prof=profs;
|
|
|
};
|
|
|
|
|
@@ -89,7 +88,6 @@ public class SmsUtil {
|
|
|
list.add("15827317748");
|
|
|
list.add("18476937515");
|
|
|
list.add("18175515644");
|
|
|
- log.info("+++++++++prof" + prof);
|
|
|
if (prof.contains("core.caimei365.com") || list.contains(mobile)) {
|
|
|
url = new URL(SMS_URL);
|
|
|
HttpURLConnection connection = (HttpURLConnection) url.openConnection();
|