Explorar el Código

服务器迁移内网地址调整

zhouy hace 5 años
padre
commit
328cb6a3c4

+ 1 - 1
src/main/java/com/uas/erp/schedular/finance/mq/RabbitReceiveServiceImpl.java

@@ -38,7 +38,7 @@ public class RabbitReceiveServiceImpl extends BaseRabbitReceiveService {
 
     private final static String SECRETKEY = "600d3f07955ba67fe050007f01002db2";
     private final static String BASEPATH = "https://finrest.usoftchina.com";
-    private final static String UASURL = "http://10.1.1.188:8082/JK";
+    private final static String UASURL = "http://127.0.0.1:8201/JK";
     private final static String MASTERNAME = "YITOA_BL";
     private static final Logger logger = LoggerFactory.getLogger(BaseRabbitReceiveService.class);
     @PostConstruct