|
|
|
@ -113,10 +113,10 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// InterfaceData interfaceData = new InterfaceData();
|
|
|
|
|
// try {
|
|
|
|
|
// String data = IOUtils.toString(request.getInputStream(), StandardCharsets.UTF_8);
|
|
|
|
|
// log.debug("{}全电商品信息查询接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
// log.info("{}全电商品信息查询接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
//
|
|
|
|
|
// interfaceData = ProtocolUtil.decodeData(data);
|
|
|
|
|
// log.debug("{}全电商品信息查询接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// log.info("{}全电商品信息查询接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// PageSpxxReq pageSpxxReq = JsonUtils.getInstance().parseObject(interfaceData.getData(), PageSpxxReq.class);
|
|
|
|
|
//
|
|
|
|
|
// if (ObjectUtil.isNull(pageSpxxReq)) {
|
|
|
|
@ -136,7 +136,7 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// }
|
|
|
|
|
// });
|
|
|
|
|
//
|
|
|
|
|
// log.debug("{}全电商品信息查询接口,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(dataList));
|
|
|
|
|
// log.info("{}全电商品信息查询接口,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(dataList));
|
|
|
|
|
// return buildReturnData(interfaceData,OrderInfoEnum.INTERFACE_SUCCESS.getKey(),OrderInfoEnum.INTERFACE_SUCCESS.getValue(),dataList);
|
|
|
|
|
// } catch (OrderReceiveException e) {
|
|
|
|
|
// log.error("{}全电商品信息查询接口,异常:{}", LOGGER_MSG, e);
|
|
|
|
@ -154,10 +154,10 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// InterfaceData interfaceData = new InterfaceData();
|
|
|
|
|
// try {
|
|
|
|
|
// String data = IOUtils.toString(request.getInputStream(), StandardCharsets.UTF_8);
|
|
|
|
|
// log.debug("{}全电商品信息同步接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
// log.info("{}全电商品信息同步接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
//
|
|
|
|
|
// interfaceData = ProtocolUtil.decodeData(data);
|
|
|
|
|
// log.debug("{}全电商品信息同步接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// log.info("{}全电商品信息同步接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// List<PageUpdateSpxxReq> pageUpdateSpxxReqList = JsonUtils.getInstance().jsonToList(interfaceData.getData(), PageUpdateSpxxReq.class);
|
|
|
|
|
//
|
|
|
|
|
// if (ObjectUtil.isEmpty(pageUpdateSpxxReqList)) {
|
|
|
|
@ -201,7 +201,7 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// commodityService.saveInvoiceItem(orderItemInfoList, pageUpdateSpxxReq.getXhfMc(), NsrsbhUtils.transShListByNsrsbh(pageUpdateSpxxReq.getXhfNsrsbh()));
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// log.debug("{}全电商品信息同步接口,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(R.ok()));
|
|
|
|
|
// log.info("{}全电商品信息同步接口,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(R.ok()));
|
|
|
|
|
// return buildReturnData(interfaceData,OrderInfoEnum.INTERFACE_SUCCESS.getKey(),OrderInfoEnum.INTERFACE_SUCCESS.getValue(),null);
|
|
|
|
|
// } catch (OrderReceiveException e) {
|
|
|
|
|
// log.error("{}全电商品信息同步接口,异常:{}", LOGGER_MSG, e);
|
|
|
|
@ -226,10 +226,10 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// InterfaceData interfaceData = new InterfaceData();
|
|
|
|
|
// try {
|
|
|
|
|
// String data = IOUtils.toString(request.getInputStream(), StandardCharsets.UTF_8);
|
|
|
|
|
// log.debug("{}全电购方信息查询接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
// log.info("{}全电购方信息查询接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
//
|
|
|
|
|
// interfaceData = ProtocolUtil.decodeData(data);
|
|
|
|
|
// log.debug("{}全电购方信息查询接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// log.info("{}全电购方信息查询接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// PageGfxxReq pageGfxxReq = JsonUtils.getInstance().parseObject(interfaceData.getData(), PageGfxxReq.class);
|
|
|
|
|
//
|
|
|
|
|
// if (ObjectUtil.isNull(pageGfxxReq)) {
|
|
|
|
@ -238,7 +238,7 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// List<String> shList = NsrsbhUtils.transShListByNsrsbh(pageGfxxReq.getXhfNsrsbh());
|
|
|
|
|
// List<BuyerEntity> buyerEntityList = buyerService.autoQueryBuyerInfoList(pageGfxxReq.getGfmc(), shList,null);
|
|
|
|
|
//
|
|
|
|
|
// log.debug("{}全电购方信息查询接口,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(buyerEntityList));
|
|
|
|
|
// log.info("{}全电购方信息查询接口,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(buyerEntityList));
|
|
|
|
|
// return buildReturnData(interfaceData,OrderInfoEnum.INTERFACE_SUCCESS.getKey(),OrderInfoEnum.INTERFACE_SUCCESS.getValue(),buyerEntityList);
|
|
|
|
|
// } catch (OrderReceiveException e) {
|
|
|
|
|
// log.error("{}全电购方信息查询接口,异常:{}", LOGGER_MSG, e);
|
|
|
|
@ -256,10 +256,10 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// InterfaceData interfaceData = new InterfaceData();
|
|
|
|
|
// try {
|
|
|
|
|
// String data = IOUtils.toString(request.getInputStream(), StandardCharsets.UTF_8);
|
|
|
|
|
// log.debug("{}全电购方详细信息查询接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
// log.info("{}全电购方详细信息查询接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
//
|
|
|
|
|
// interfaceData = ProtocolUtil.decodeData(data);
|
|
|
|
|
// log.debug("{}全电购方详细信息查询接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// log.info("{}全电购方详细信息查询接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// PageGfxxReq pageGfxxReq = JsonUtils.getInstance().parseObject(interfaceData.getData(), PageGfxxReq.class);
|
|
|
|
|
//
|
|
|
|
|
// if (ObjectUtil.isNull(pageGfxxReq)) {
|
|
|
|
@ -268,7 +268,7 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// List<String> shList = NsrsbhUtils.transShListByNsrsbh(pageGfxxReq.getXhfNsrsbh());
|
|
|
|
|
// BuyerEntity buyerEntity = buyerService.autoQueryBuyerInfo(pageGfxxReq.getGfmc(), shList,null);
|
|
|
|
|
//
|
|
|
|
|
// log.debug("{}全电购方详细信息查询接口,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(buyerEntity));
|
|
|
|
|
// log.info("{}全电购方详细信息查询接口,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(buyerEntity));
|
|
|
|
|
// return buildReturnData(interfaceData,OrderInfoEnum.INTERFACE_SUCCESS.getKey(),OrderInfoEnum.INTERFACE_SUCCESS.getValue(),buyerEntity);
|
|
|
|
|
// } catch (OrderReceiveException e) {
|
|
|
|
|
// log.error("{}全电购方详细信息查询接口,异常:{}", LOGGER_MSG, e);
|
|
|
|
@ -285,10 +285,10 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// InterfaceData interfaceData = new InterfaceData();
|
|
|
|
|
// try {
|
|
|
|
|
// String data = IOUtils.toString(request.getInputStream(), StandardCharsets.UTF_8);
|
|
|
|
|
// log.debug("{}全电购方信息同步接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
// log.info("{}全电购方信息同步接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
//
|
|
|
|
|
// interfaceData = ProtocolUtil.decodeData(data);
|
|
|
|
|
// log.debug("{}全电购方信息同步接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// log.info("{}全电购方信息同步接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// PageUpdateGfxxReq pageUpdateGfxxReq = JsonUtils.getInstance().parseObject(interfaceData.getData(), PageUpdateGfxxReq.class);
|
|
|
|
|
//
|
|
|
|
|
// if (ObjectUtil.isNull(pageUpdateGfxxReq)) {
|
|
|
|
@ -298,7 +298,7 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// BuyerEntity buyerEntity = transBuyerEntity(pageUpdateGfxxReq);
|
|
|
|
|
// buyerService.saveOrUpdateBuyerInfo(buyerEntity);
|
|
|
|
|
//
|
|
|
|
|
// log.debug("{}全电购方信息同步接口,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(R.ok()));
|
|
|
|
|
// log.info("{}全电购方信息同步接口,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(R.ok()));
|
|
|
|
|
// return buildReturnData(interfaceData,OrderInfoEnum.INTERFACE_SUCCESS.getKey(),OrderInfoEnum.INTERFACE_SUCCESS.getValue(),null);
|
|
|
|
|
// } catch (OrderReceiveException e) {
|
|
|
|
|
// log.error("{}全电购方信息同步接口,异常:{}", LOGGER_MSG, e);
|
|
|
|
@ -369,10 +369,10 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// InterfaceData interfaceData = new InterfaceData();
|
|
|
|
|
// try {
|
|
|
|
|
// String data = IOUtils.toString(request.getInputStream(), StandardCharsets.UTF_8);
|
|
|
|
|
// log.debug("{}全电局端税编信息查询接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
// log.info("{}全电局端税编信息查询接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
//
|
|
|
|
|
// interfaceData = ProtocolUtil.decodeData(data);
|
|
|
|
|
// log.debug("{}全电局端税编信息查询接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// log.info("{}全电局端税编信息查询接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// PageJdsbxxReq pageJdsbxxReq = JsonUtils.getInstance().parseObject(interfaceData.getData(), PageJdsbxxReq.class);
|
|
|
|
|
//
|
|
|
|
|
// if (ObjectUtil.isNull(pageJdsbxxReq)) {
|
|
|
|
@ -391,7 +391,7 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
//
|
|
|
|
|
// PageUtils dataList = taxClassCodeService.queryTaxClassCode(map);
|
|
|
|
|
//
|
|
|
|
|
// log.debug("{}全电局端税编信息查询接口,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(dataList));
|
|
|
|
|
// log.info("{}全电局端税编信息查询接口,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(dataList));
|
|
|
|
|
// return buildReturnData(interfaceData,OrderInfoEnum.INTERFACE_SUCCESS.getKey(),OrderInfoEnum.INTERFACE_SUCCESS.getValue(),dataList);
|
|
|
|
|
// } catch (OrderReceiveException e) {
|
|
|
|
|
// log.error("{}全电局端税编信息查询接口,异常:{}", LOGGER_MSG, e);
|
|
|
|
@ -409,10 +409,10 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// InterfaceData interfaceData = new InterfaceData();
|
|
|
|
|
// try {
|
|
|
|
|
// String data = IOUtils.toString(request.getInputStream(), StandardCharsets.UTF_8);
|
|
|
|
|
// log.debug("{}全电开票人信息查询接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
// log.info("{}全电开票人信息查询接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
//
|
|
|
|
|
// interfaceData = ProtocolUtil.decodeData(data);
|
|
|
|
|
// log.debug("{}全电开票人信息查询接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// log.info("{}全电开票人信息查询接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// PageKprxxReq pageKprxxReq = JsonUtils.getInstance().parseObject(interfaceData.getData(), PageKprxxReq.class);
|
|
|
|
|
//
|
|
|
|
|
// if (ObjectUtil.isNull(pageKprxxReq)) {
|
|
|
|
@ -420,7 +420,7 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// }
|
|
|
|
|
// List<String> shList = NsrsbhUtils.transShListByNsrsbh(pageKprxxReq.getXhfNsrsbh());
|
|
|
|
|
// DrawerInfoEntity dataList = drawerInfoService.queryDrawerInfo(shList.get(0), pageKprxxReq.getUserId());
|
|
|
|
|
// log.debug("{}全电开票人信息查询接口,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(dataList));
|
|
|
|
|
// log.info("{}全电开票人信息查询接口,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(dataList));
|
|
|
|
|
// return buildReturnData(interfaceData,OrderInfoEnum.INTERFACE_SUCCESS.getKey(),OrderInfoEnum.INTERFACE_SUCCESS.getValue(),dataList);
|
|
|
|
|
// } catch (OrderReceiveException e) {
|
|
|
|
|
// log.error("{}全电开票人信息查询接口,异常:{}", LOGGER_MSG, e);
|
|
|
|
@ -438,10 +438,10 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// InterfaceData interfaceData = new InterfaceData();
|
|
|
|
|
// try {
|
|
|
|
|
// String data = IOUtils.toString(request.getInputStream(), StandardCharsets.UTF_8);
|
|
|
|
|
// log.debug("{}全电业务类型查询接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
// log.info("{}全电业务类型查询接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
//
|
|
|
|
|
// interfaceData = ProtocolUtil.decodeData(data);
|
|
|
|
|
// log.debug("{}全电业务类型查询接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// log.info("{}全电业务类型查询接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// PageYwlxReq pageYwlxReq = JsonUtils.getInstance().parseObject(interfaceData.getData(), PageYwlxReq.class);
|
|
|
|
|
//
|
|
|
|
|
// if (ObjectUtil.isNull(pageYwlxReq)) {
|
|
|
|
@ -455,7 +455,7 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// List<BuinessTypeBO> dataList = businessTypeService.queryYwlxOrNsrsbh(map, shList);
|
|
|
|
|
// log.debug("{}全电业务类型查询接口,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(dataList));
|
|
|
|
|
// log.info("{}全电业务类型查询接口,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(dataList));
|
|
|
|
|
// return buildReturnData(interfaceData,OrderInfoEnum.INTERFACE_SUCCESS.getKey(),OrderInfoEnum.INTERFACE_SUCCESS.getValue(),dataList);
|
|
|
|
|
// } catch (OrderReceiveException e) {
|
|
|
|
|
// log.error("{}全电业务类型查询接口,异常:{}", LOGGER_MSG, e);
|
|
|
|
@ -472,10 +472,10 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// InterfaceData interfaceData = new InterfaceData();
|
|
|
|
|
// try {
|
|
|
|
|
// String data = IOUtils.toString(request.getInputStream(), StandardCharsets.UTF_8);
|
|
|
|
|
// log.debug("{}开票组织管理查询接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
// log.info("{}开票组织管理查询接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
//
|
|
|
|
|
// interfaceData = ProtocolUtil.decodeData(data);
|
|
|
|
|
// log.debug("{}开票组织管理查询接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// log.info("{}开票组织管理查询接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// PageKpzzglReq pageKpzzglReq = JsonUtils.getInstance().parseObject(interfaceData.getData(), PageKpzzglReq.class);
|
|
|
|
|
//
|
|
|
|
|
// if (ObjectUtil.isNull(pageKpzzglReq)) {
|
|
|
|
@ -511,7 +511,7 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// });
|
|
|
|
|
// pageKpzzglInfo.setPageXfxxList(pageXfxxList);
|
|
|
|
|
// }
|
|
|
|
|
// log.debug("{}开票组织管理查询接口,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(pageKpzzglInfo));
|
|
|
|
|
// log.info("{}开票组织管理查询接口,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(pageKpzzglInfo));
|
|
|
|
|
// return buildReturnData(interfaceData,OrderInfoEnum.INTERFACE_SUCCESS.getKey(),OrderInfoEnum.INTERFACE_SUCCESS.getValue(),pageKpzzglInfo);
|
|
|
|
|
// } catch (OrderReceiveException e) {
|
|
|
|
|
// log.error("{}开票组织管理查询接口,异常:{}", LOGGER_MSG, e);
|
|
|
|
@ -529,10 +529,10 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// InterfaceData interfaceData = new InterfaceData();
|
|
|
|
|
// try {
|
|
|
|
|
// String data = IOUtils.toString(request.getInputStream(), StandardCharsets.UTF_8);
|
|
|
|
|
// log.debug("{}用户信息查询接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
// log.info("{}用户信息查询接口,入参:{}", LOGGER_MSG, data);
|
|
|
|
|
//
|
|
|
|
|
// interfaceData = ProtocolUtil.decodeData(data);
|
|
|
|
|
// log.debug("{}用户信息查询接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// log.info("{}用户信息查询接口,解密后数据为:{}", LOGGER_MSG, interfaceData.getData());
|
|
|
|
|
// PageUserInfoReq pageUserInfoReq = JsonUtils.getInstance().parseObject(interfaceData.getData(), PageUserInfoReq.class);
|
|
|
|
|
//
|
|
|
|
|
// if(Objects.isNull(pageUserInfoReq)){
|
|
|
|
@ -548,7 +548,7 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// userInfoQuery.setBusinessDataType(OrderInfoEnum.ORDER_USER_INFO_BUSINESS_DATA_TYPE_2.getKey());
|
|
|
|
|
// userInfoQuery.setIsFilter(OrderInfoEnum.ORDER_USER_INFO_IS_FILTER_1.getKey());
|
|
|
|
|
// R r = userInfoService.getUserInfo(userInfoQuery);
|
|
|
|
|
// log.debug("{}查询用户中心,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(r));
|
|
|
|
|
// log.info("{}查询用户中心,返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(r));
|
|
|
|
|
// if(ConfigureConstant.STRING_0000.equals(r.get(OrderManagementConstant.CODE))){
|
|
|
|
|
// UserEntity userEntity = (UserEntity) r.get(OrderManagementConstant.DATA);
|
|
|
|
|
// return buildReturnData(interfaceData,OrderInfoEnum.INTERFACE_SUCCESS.getKey(),OrderInfoEnum.INTERFACE_SUCCESS.getValue(),userEntity);
|
|
|
|
@ -585,7 +585,7 @@ package com.dxhy.order.consumer.openapi.api;//package com.dxhy.order.consumer.op |
|
|
|
|
// } catch (Exception e) {
|
|
|
|
|
// log.error("{}全电业务数据加密,异常:{}", LOGGER_MSG, e);
|
|
|
|
|
// }
|
|
|
|
|
// log.debug("{}全电业务接口,加密返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(interfaceData));
|
|
|
|
|
// log.info("{}全电业务接口,加密返回数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(interfaceData));
|
|
|
|
|
// return interfaceData;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|