src/main/java/com/nq/utils/redis/RedisKeyUtil.java
@@ -91,7 +91,7 @@ public static String doPost(String pid) { // 从配置中获取 API URL,并拼接 key String apiUrl = PropertiesUtil.getProperty("JS_IN_HTTP_URL") + "stock?key=" + PropertiesUtil.getProperty("JS_IN_KEY"); String apiUrl = PropertiesUtil.getProperty("JP_HTTP_API") + "stock?key=" + PropertiesUtil.getProperty("JP_KEY"); String result = null; try { URL url = new URL(apiUrl);