|
@@ -67,7 +67,7 @@ public class OauthRestController {
|
|
|
return new RedirectDto("http://open.kuaishou.com/oauth2/connect?" +
|
|
|
"app_id=" + OauthConfig.kuaishouClientKey + "&response_type=code&" +
|
|
|
"scope=user_info%2Cuser_video_info&" +
|
|
|
- "redirect_uri=https%3A%2F%2Fimport.smcic.net%2Fkuaishou%2Fcallback&state=" + state);
|
|
|
+ "redirect_uri=http%3A%2F%2Fimport.smcic.net%2Fkuaishou%2Fcallback&state=" + state);
|
|
|
|
|
|
}
|
|
|
|