|
@@ -36,8 +36,9 @@ public class SmsUtil {
|
|
|
private static final String SMS_URL = "http://smssh1.253.com/msg/send/json";
|
|
|
|
|
|
private static String prof;
|
|
|
+
|
|
|
@Value("${caimei.coreDomain}")
|
|
|
- private void setProf(String profs){
|
|
|
+ public void setProf(String profs){
|
|
|
prof=profs;
|
|
|
};
|
|
|
|