src/main/java/com/moon/server/service/sys/ProxyService.java
@@ -47,7 +47,7 @@ /** * URL代理 */ public void proxyUrl(String token, int resId, HttpServletRequest req, HttpServletResponse res) throws Exception { public void proxyUrl(String token, int resId, boolean isRest, HttpServletRequest req, HttpServletResponse res) throws Exception { // 3.获取用户 UserEntity ue = getUser(req, res, token); if (null == ue) {