Explorar el Código

添加DSP 巡检云免登录接口

pull/86/head
wubin hace 1 año
padre
commit
bb761a0745
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/main/java/com/tuoheng/gateway/constants/PermitPathConstant.java

+ 2
- 1
src/main/java/com/tuoheng/gateway/constants/PermitPathConstant.java Ver fichero

@@ -60,7 +60,8 @@ public class PermitPathConstant {
"/api/inspection/pilot/inspection/updateTaskByCode/**",
"/api/inspection/pilot/inspection/uploadFlightUrl/**",
"/api/inspection/flightdata/callback/**",
"/api/inspection/dsp/callback/**"
"/api/inspection/dsp/callback/**",
"/api/inspection/third/test/callback/**"
};

}

Cargando…
Cancelar
Guardar