|
@@ -38,7 +38,7 @@ public class RabbitReceiveServiceImpl extends BaseRabbitReceiveService {
|
|
|
|
|
|
|
|
private final static String SECRETKEY = "600d3f07955ba67fe050007f01002db2";
|
|
private final static String SECRETKEY = "600d3f07955ba67fe050007f01002db2";
|
|
|
private final static String BASEPATH = "https://finrest.usoftchina.com";
|
|
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 final static String MASTERNAME = "YITOA_BL";
|
|
|
private static final Logger logger = LoggerFactory.getLogger(BaseRabbitReceiveService.class);
|
|
private static final Logger logger = LoggerFactory.getLogger(BaseRabbitReceiveService.class);
|
|
|
@PostConstruct
|
|
@PostConstruct
|