소스 검색

数据汇聚

孙永军 2 년 전
부모
커밋
e762776f80
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/sxtvs/open/api/odata/controller/OauthRestController.java

+ 1 - 1
src/main/java/com/sxtvs/open/api/odata/controller/OauthRestController.java

@@ -57,7 +57,7 @@ public class OauthRestController {
         return new RedirectDto("https://open.douyin.com/platform/oauth/connect/?" +
                 "client_key=awfrca76s1petwh0&response_type=code&" +
                 "scope=video.data%2Cfans.list%2Cdata.external.item%2Cdata.external.user%2Cfans.data%2Cvideo.list%2Crenew_refresh_token%2Cuser_info&" +
-                "redirect_uri=https%3A%2F%2Fopen.sxtvs.net%2Fdouyin%2Fcallback&state=" + state);
+                "redirect_uri=https%3A%2F%2Fopen.sxtvs.net%2Foauth%2Fdouyin%2Fcallback&state=" + state);
     }
 
     @RequestMapping("kuaishou/code")