Your Name лет назад: 3
Родитель
Сommit
c44d2829c9

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

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

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

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