Commit 479b498c authored by 周健威's avatar 周健威

添加数据中心验证代码

parent 769b4aa0
......@@ -76,7 +76,8 @@ public class AuthController {
OAuthService service = (OAuthService)request.getSession().getAttribute("oauthv20service");
if(service==null){
String callback="https://gdxm.upyuns.com/oauth20callback";
// String callback="https://gdxm.upyuns.com/oauth20callback";
String callback="https://gdxm.upyuns.com/demo-oauth/oauth20callback.jsp";
service = new ServiceBuilder()
.provider(MaxkeyApi20.class)
.apiKey("b32834accb544ea7a9a09dcae4a36403")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment