Your Name 2 år sedan
förälder
incheckning
6b861cd51b

+ 1 - 0
service-api/src/main/java/com/java110/api/configuration/ServiceConfiguration.java

@@ -116,6 +116,7 @@ public class ServiceConfiguration {
         exclusions.append("/app/wechat.getWechatMiniOpenId,");// 根据二维码查询业主欠费
         exclusions.append("/app/wechat.getCommunityWechatAppId,");// 查询小区微信appID
         exclusions.append("/app/payment.cashier,");// 收银接口
+        exclusions.append("/app/fee.queryFeeDetail,");// 缴费明细
 
         exclusions.append("/app/reportInfoAnswer/queryReportInfoAnswerByOpenId");
 

+ 1 - 3
springboot/src/main/java/com/java110/boot/configuration/ServiceConfiguration.java

@@ -116,9 +116,7 @@ public class ServiceConfiguration {
         exclusions.append("/app/wechat.getWechatMiniOpenId,");// 根据二维码查询业主欠费
         exclusions.append("/app/wechat.getCommunityWechatAppId,");// 查询小区微信appID
         exclusions.append("/app/payment.cashier,");// 收银接口
-
-
-
+        exclusions.append("/app/fee.queryFeeDetail,");// 缴费明细
 
 
         exclusions.append("/app/reportInfoAnswer/queryReportInfoAnswerByOpenId");