Browse Source

获取报告附件

LAPTOP-5NTQJPUS\LT 8 months ago
parent
commit
9a1985d2ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DataFusion/src/com/zskk/service/DataService.java

+ 1 - 1
DataFusion/src/com/zskk/service/DataService.java

@@ -141,7 +141,7 @@ public class DataService {
 	            }
 		}
         client.shutdown();
-		map.put("url", "https://annex.eos.jinan-4.cmecloud.cn/" + key);
+		map.put("url", "https://gyyannex.eos-beijing-7.cmecloud.cn/" + key);
 		map.put("name", key);
 		postWithParameters(SAVE_ANNEX_URL, map);