92895
2020-11-23 3d85fd7de42ead48fd50a99ee3d5d29bbd403b3c
service-front/src/main/java/com/java110/front/smo/AppAbstractComponentSMO.java
@@ -59,6 +59,7 @@
        header.add(CommonConstant.HTTP_TRANSACTION_ID.toLowerCase(), pd.getTransactionId());
        header.add(CommonConstant.HTTP_REQ_TIME.toLowerCase(), pd.getRequestTime());
        header.add(CommonConstant.HTTP_SIGN.toLowerCase(), "");
        header.add("content-type", "application/json");
        HttpEntity<String> httpEntity = new HttpEntity<String>(param, header);
        //logger.debug("请求中心服务信息,{}", httpEntity);
        try {