|
@@ -124,6 +124,7 @@ public class XiaotuRequestServiceImpl implements XiaotuRequestService {
|
|
|
logger.error("小图:退税税率查询接口,req={},resp={}", request, resp);
|
|
|
throw new RuntimeException("小图:退税税率查询接口失败");
|
|
|
}
|
|
|
+ logger.info("小图:退税税率查询接口,req={},resp={}", request, resp);
|
|
|
return commonResponse.getBody();
|
|
|
}
|
|
|
|
|
@@ -139,6 +140,7 @@ public class XiaotuRequestServiceImpl implements XiaotuRequestService {
|
|
|
logger.error("小图:海关税则查询接口,req={},resp={}", spid, resp);
|
|
|
throw new RuntimeException("小图:海关税则查询接口失败");
|
|
|
}
|
|
|
+ logger.info("小图:退税税率查询接口,req={},resp={}", spid, resp);
|
|
|
return commonResponse.getBody();
|
|
|
}
|
|
|
|