springboot/src/main/java/com/java110/boot/configuration/ServiceConfiguration.java
@@ -114,9 +114,9 @@ exclusions.append("/app/owner.getQrcodeOwner,");// 根据二维码查询业主信息 exclusions.append("/app/payFeeQrcode.getQrcodeOweFees,");// 根据二维码查询业主欠费 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");