Commit 42c15095 authored by 沈鑫's avatar 沈鑫

申请并受理

parent 1f25235e
......@@ -91,7 +91,7 @@ public class RybApplyAndAcceptInformationTaskImpl implements ITaskExcuteService
e.setAcceptPhone(map.get("receiveuserphone"));
Map<String, Object> params = new HashMap<>();
params.put("jsonData", JSONObject.toJSONString(stringObjectHashMap));
HttpRequest key = HttpUtil.createPost(extCache.getDecideAdress())//蓉易办
HttpRequest key = HttpUtil.createPost(extCache.getAcceptAdress())//蓉易办
.header("AppKey", extCache.getSysCode())
.header("Content-Type", "application/x-www-form-urlencoded;charset=utf-8").form(params);
HttpResponse appKey = key.execute().charset("utf-8");
......@@ -124,7 +124,6 @@ public class RybApplyAndAcceptInformationTaskImpl implements ITaskExcuteService
HashMap<String, Object> dataMap = new HashMap<>(16);
dataMap.put("token", "Epoint_WebSerivce_**##0601");
HashMap<String, Object> baseInfoMap = new HashMap<>(16);
baseInfoMap.put("projectguid", e.getEventCode());
baseInfoMap.put("projectname", e.getEventName());
baseInfoMap.put("applyway", "20");
if (e.getApplicantAttributes() == 2) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment