zoujiajian před 1 rokem
rodič
revize
19f7c1252a

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

@@ -267,6 +267,7 @@ public class AuthorizationController {
     public Result<String> wxAuthorize(Long sharedId, Integer dsType, Long popularizeId, String dsCode, String type, String callbackType, String callback, String returnUrl, String customId, Integer cmt) throws Exception {
         Long mappingId = SEQUENCE.nextId();
         String loginUrl = Optional.ofNullable(returnUrl).orElse(wxOpenPlatYHLXLoginConfig.getLoginUrl());
+        log.info("网页微信授权成功返回地址:{}", loginUrl);
         if (StrUtil.isNotBlank(type)) {
             loginUrl = String.format("https://nf.video/%s/web", type);
         }
@@ -555,6 +556,7 @@ public class AuthorizationController {
         cookie.setPath("/");
         response.addCookie(userInfo);
         String url = redisService.getStr(re.getMappingId().toString());
+        log.info("授权成功跳转地址:{}", url);
         //获客助手 加粉深度回传拼接广告标识.
         try {
             url = appendCorpAcquistion(userinfo, url);