fixed ci4s oauth2接入

This commit is contained in:
2024-10-23 11:19:02 +08:00
parent c0da80139a
commit d038f30994
3 changed files with 8 additions and 0 deletions

View File

@@ -2,6 +2,10 @@ class Oauth::Ci4sController < Oauth::BaseController
include RegisterHelper
def oauth_url
Ci4s::Service.oauth_url(code)
end
# 需要educoder那边设置回调地址
def create
begin