|
@@ -81,7 +81,7 @@ public class XiaoJuService {
|
|
|
|
|
|
TripartiteShopDto tripartiteShopDto = new TripartiteShopDto();
|
|
|
|
|
|
- log.info("原始请求:{}", JSONUtil.toJsonStr(oilRequest));
|
|
|
+ log.info("原始请求notificationPushStoreInfoRequest:{}", JSONUtil.toJsonStr(oilRequest));
|
|
|
String s = SecurityService.genDecodeData(oilRequest.getData(), oilConfig.getDataSecret(), oilConfig.getDataSecretIV());
|
|
|
|
|
|
ApiLog apiLog = new ApiLog();
|
|
@@ -136,7 +136,7 @@ public class XiaoJuService {
|
|
|
|
|
|
public ResponseDTO notifyOrderInfo(OilRequest oilRequest) {
|
|
|
|
|
|
-
|
|
|
+ log.info("原始请求notifyOrderInfo:{}", JSONUtil.toJsonStr(oilRequest));
|
|
|
String s = SecurityService.genDecodeData(oilRequest.getData(), oilConfig.getDataSecret(), oilConfig.getDataSecretIV());
|
|
|
|
|
|
ApiLog apiLog = new ApiLog();
|
|
@@ -468,8 +468,6 @@ public class XiaoJuService {
|
|
|
} catch (Exception e) {
|
|
|
|
|
|
e.printStackTrace();
|
|
|
-
|
|
|
- String message = e.getCause().getCause().getMessage();
|
|
|
apiLog.setResponse(e.getCause().getCause().getMessage());
|
|
|
apiLogDao.save(apiLog);
|
|
|
return ResultContent.build(ResultState.Fail, e.getCause().getCause().getMessage().split("详细")[0]);
|