Procházet zdrojové kódy

更新配置

pull/104/head
xiaoying před 1 rokem
rodič
revize
a9db44772c
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      src/main/java/com/tuoheng/gateway/utils/GatewayUrlPathUtil.java

+ 2
- 2
src/main/java/com/tuoheng/gateway/utils/GatewayUrlPathUtil.java Zobrazit soubor

@@ -100,9 +100,9 @@ public class GatewayUrlPathUtil {
if (clientId.equals(WSPTSP_ADMIN)) {
url = CommonsConfig.weptspPermissionUrl;
}
if (clientId.equals(AIRMONITOR_ADMIN)) {
/* if (clientId.equals(AIRMONITOR_ADMIN)) {
url = CommonsConfig.airmonitorPermissionUrl;
}
}*/
log.info("getRoleIdByApiUrlPermission -url:{},token:{}", url, token);
if (StringUtils.isNotBlank(url)) {
HttpHeaders resultRequestHeader = new HttpHeaders();

Načítá se…
Zrušit
Uložit