Parcourir la source

高速平台对接调整

pull/68/head
chenjiandong il y a 1 an
Parent
révision
e72c79867d
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      src/main/java/com/tuoheng/gateway/constants/PermitPathConstant.java

+ 2
- 1
src/main/java/com/tuoheng/gateway/constants/PermitPathConstant.java Voir le fichier

@@ -28,7 +28,8 @@ public class PermitPathConstant {
"/hhz/api/common/**",
"/hhz/api/common/**",
"/hhz/api/apiConfig/getConfigInfo/**",
"/hhz/api/tencentCloudRtc/genUserSig/**"
"/hhz/api/tencentCloudRtc/genUserSig/**",
"/hhz/admin/oidcTenant/add/**"
};

public static String freewayPermitUrlStr[] = {

Chargement…
Annuler
Enregistrer