From 734ff6463a2e1e80b6d8f0e61b6cb2db7a183f0a Mon Sep 17 00:00:00 2001 From: chenjing Date: Thu, 14 Oct 2021 10:44:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=9C=A8=E5=85=B0=E6=8E=88?= =?UTF-8?q?=E6=9D=83=E9=A1=B5=E9=9D=A2=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/libs/mulanoss_oauth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/libs/mulanoss_oauth.rb b/app/libs/mulanoss_oauth.rb index 0ad1b90e..5bd7e07e 100644 --- a/app/libs/mulanoss_oauth.rb +++ b/app/libs/mulanoss_oauth.rb @@ -11,7 +11,7 @@ module MulanossOauth end def oauth_url - "#{base_url}/api/auth/oschina?client_id=#{client_id}&redirect_uri=#{URI.encode_www_form_component(redirect_uri)}&response_type=code" + "https://portal.mulanos.cn/api/auth/oschina?client_id=#{client_id}&redirect_uri=#{URI.encode_www_form_component(redirect_uri)}&response_type=code" end end