@@ -11,7 +11,9 @@ public class Constants {
/**
* WF服务器URL,临时写死,后续会写到配置文件中
*/
- public static final String WF_PRE_URL = "http://172.16.7.51:10034/jlyypt";
+ // public static final String WF_PRE_URL = "http://172.16.7.51:10034/jlyypt";
+ // 金岭
+ public static final String WF_PRE_URL = "http://http://10.198.1.18:8003";
public static final ExecutorService EXECUTOR_SERVICE = Executors.newFixedThreadPool(10);
}