|
@@ -14,7 +14,6 @@ import com.zd.common.core.utils.DateUtils;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
-import org.springframework.scheduling.annotation.Scheduled;
|
|
|
|
|
import org.springframework.stereotype.Component;
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
|
|
import javax.validation.constraints.NotNull;
|
|
import javax.validation.constraints.NotNull;
|
|
@@ -34,7 +33,7 @@ public class SmsSydUtil {
|
|
|
private Account account = new Account("djjx", "yfhzfGSJ");
|
|
private Account account = new Account("djjx", "yfhzfGSJ");
|
|
|
|
|
|
|
|
@Value("${sms-syd.ip}")
|
|
@Value("${sms-syd.ip}")
|
|
|
- private String SMS_IP;
|
|
|
|
|
|
|
+ private String SMS_IP="192.168.32.153";;
|
|
|
@Value("${sms-syd.down-port:8090}")
|
|
@Value("${sms-syd.down-port:8090}")
|
|
|
public int DOWN_PORT;
|
|
public int DOWN_PORT;
|
|
|
@Value("${sms-syd.up-port:8188}")
|
|
@Value("${sms-syd.up-port:8188}")
|