|
@@ -3863,9 +3863,9 @@ public class RuralProjectMessageNewService extends CrudService<RuralProjectMessa
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
//测试接口
|
|
|
- String url = "http://comp.jszj.com.cn:8031/api/testAddProject";
|
|
|
+ //String url = "http://comp.jszj.com.cn:8031/api/testAddProject";
|
|
|
//正式接口
|
|
|
- //String url = REPORTEDURL;
|
|
|
+ String url = REPORTEDURL;
|
|
|
//发送请求
|
|
|
String returnResult = HttpPostTool.doPost(url, encryptByAes);
|
|
|
HashMap hashMap = JSON.parseObject(returnResult, HashMap.class);
|