|
@@ -57,7 +57,7 @@ public class OauthRestController {
|
|
return new RedirectDto("https://open.douyin.com/platform/oauth/connect/?" +
|
|
return new RedirectDto("https://open.douyin.com/platform/oauth/connect/?" +
|
|
"client_key=awfrca76s1petwh0&response_type=code&" +
|
|
"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&" +
|
|
"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")
|
|
@RequestMapping("kuaishou/code")
|