更改木兰授权页面地址

This commit is contained in:
chenjing 2021-10-14 10:44:34 +08:00
parent 3e399af371
commit 734ff6463a
1 changed files with 1 additions and 1 deletions

View File

@ -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