Your Name преди 3 години
родител
ревизия
c6a7f1ab11

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

@@ -100,6 +100,7 @@ public class ServiceConfiguration {
         exclusions.append("/app/productSeckill.listProductSeckill,");//秒杀商品
         exclusions.append("/app/system.listRegisterProtocol,");//查询注册信息
         exclusions.append("/app/chargeMachine.listChargeMachine,");//查询注册信息
+        exclusions.append("/app/chargeMachine.listChargeMachinePort,");//查询充电桩
         exclusions.append("/app/smartMeter/notify/*,");// 智能水电表通知放开
 
         exclusions.append("/app/reportInfoAnswer/queryReportInfoAnswerByOpenId");

+ 2 - 0
springboot/src/main/java/com/java110/boot/configuration/ServiceConfiguration.java

@@ -98,6 +98,8 @@ public class ServiceConfiguration {
         exclusions.append("/app/productSeckill.listProductSeckill,");//秒杀商品
         exclusions.append("/app/system.listRegisterProtocol,");//查询注册信息
         exclusions.append("/app/chargeMachine.listChargeMachine,");//查询充电桩
+        exclusions.append("/app/chargeMachine.listChargeMachinePort,");//查询充电桩
+
         exclusions.append("/app/smartMeter/notify/*,");// 智能水电表通知放开
         exclusions.append("/app/reportInfoAnswer/queryReportInfoAnswerByOpenId");