zoujiajian 1 yıl önce
ebeveyn
işleme
52def75158

+ 1 - 1
netflix-web/src/main/java/com/cyksj/web/controller/user/AuthorizationController.java

@@ -97,7 +97,7 @@ public class AuthorizationController {
     public void base(String url, String dsCode, Long sharedId, Integer dsType, Long popularizeId, String authType, String callbackType, String callback, String customId, Integer cst, HttpServletResponse response) throws Exception {
 
         log.info("微信授权转跳. url: {},authType:{}", url, authType);
-        if (StrUtil.isEmpty(url)) {
+        if (StrUtil.isBlank(url)) {
             url = "https://nf.video/";
         }