wuxw
2024-05-12 c85cb58101a4997d3b6c822f23e817c16f950f50
springboot/src/main/java/com/java110/boot/configuration/ServiceConfiguration.java
@@ -41,6 +41,7 @@
        exclusions.append("/app/loginProperty,");// 物业APP登录跳过
        exclusions.append("/app/loginOwner,");// 业主APP登录跳过
        exclusions.append("/app/loginOwnerByKey,");// 根据key登录业主
        exclusions.append("/app/user.ownerUserLogin,");// 业主登录(新)
        exclusions.append("/app/area.listAreas,");// 加载地区
        exclusions.append("/app/community.listCommunitys,");// 加载小区
        exclusions.append("/app/user.userSendSms,");// 发送短信验证码
@@ -67,12 +68,13 @@
//        exclusions.append("/app/floor.queryFloors,");
//        exclusions.append("/app/unit.queryUnits,");
//        exclusions.append("/app/room.queryRooms,");
        exclusions.append("/app/room.queryRoomsByApp,");
        exclusions.append("/app/productCategory/queryMainCategoryAllGoods,");
        exclusions.append("/app/productCategory/queryMainCategory,");
        exclusions.append("/app/product.queryPhoneMainCategoryProduct,");
        exclusions.append("/app/mall.queryMainCategory,");
        exclusions.append("/app/mall.queryPhoneMainCategoryProduct,");
        exclusions.append("/app/shop/queryShopCommunity,");
        exclusions.append("/app/shopType/queryShopType,");
        exclusions.append("/app/housekeepingType/queryHousekeepingType,");
        exclusions.append("/app/mall.queryShopType,");
        exclusions.append("/app/mall.queryHousekeepingType,");
        exclusions.append("/app/couponUser.listCouponUser,");
        exclusions.append("/app/machine.customCarInOutCmd,");
        exclusions.append("/callComponent/propertyRightRegistration.savePropertyRightRegistration,");
@@ -96,7 +98,7 @@
        exclusions.append("/app/product/queryGroupProduct,");//拼团商品
        exclusions.append("/app/product/querySeckillProduct,");//秒杀商品
        exclusions.append("/app/productSeckill.listProductSeckill,");//秒杀商品
        exclusions.append("/app/mall.listProductSeckill,");//秒杀商品
        exclusions.append("/app/system.listRegisterProtocol,");//查询注册信息
        exclusions.append("/app/chargeMachine.listChargeMachine,");//查询充电桩
        exclusions.append("/app/chargeMachine.listChargeMachinePort,");//查询充电桩
@@ -107,13 +109,20 @@
        exclusions.append("/app/login.pcUserLogin,");// 放开接口登录
        exclusions.append("/app/login.accessTokenLogin,");// 放开接口登录
        exclusions.append("/app/login.getAccessToken,");// 放开接口登录
        exclusions.append("/app/user.ownerUserLoginByOpenId,");// 放开接口登录
        // todo 静态二维码支付 相关接口放开
        exclusions.append("/app/payFeeQrcode.getQrcodeConfig,");// 放开接口登录
        exclusions.append("/app/user.ownerSendSms,");// 向业主发送验证码
        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/payment.getNativeQrcodePayment,");// 获取二维码信息
        exclusions.append("/app/fee.listOwnerTelOweFee,");// 根据手机号查询欠费
        exclusions.append("/app/reportInfoAnswer/queryReportInfoAnswerByOpenId");