wuxw7
2018-11-25 336bc0c08f7b5b17d17c177cae092babee58cb44
Api/src/main/java/com/java110/api/listener/UserRegisterServiceListener.java
@@ -76,6 +76,7 @@
        business.getJSONObject(CommonConstant.HTTP_BUSINESS_DATAS).put("businessUser",JSONObject.parseObject(paramIn));
        HttpHeaders header = new HttpHeaders();
        dataFlowContext.getRequestCurrentHeaders().put(CommonConstant.HTTP_USER_ID,"-1");
        dataFlowContext.getRequestCurrentHeaders().put(CommonConstant.HTTP_ORDER_TYPE_CD,"D");
        String paramInObj = super.restToCenterProtocol(business,dataFlowContext.getRequestCurrentHeaders()).toJSONString();
        HttpEntity<String> httpEntity = new HttpEntity<String>(paramInObj, header);