|
@@ -248,7 +248,7 @@ public class MhScheduledImport {
|
|
|
|
|
|
// 调用API获取token的方法
|
|
|
private static String getToken() {
|
|
|
- String url = "https://aqpc.shxf-119.com/Warehouse/bigdata/getToken?username=admin";
|
|
|
+ String url = "http://10.90.12.78:8085/Warehouse/bigdata/getToken?username=admin";
|
|
|
String token = null;
|
|
|
|
|
|
try (CloseableHttpClient httpClient = HttpClients.createDefault()) {
|