@@ -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/";
}