Commit 53a367a5 authored by 周健威's avatar 周健威

添加数据中心验证代码

parent dba553ff
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<dependency> <dependency>
<groupId>maxkey</groupId> <groupId>maxkey</groupId>
<artifactId>maxkey-client-sdk</artifactId> <artifactId>maxkey-client-sdk</artifactId>
<version>3.3.0</version> <version>3.3.1</version>
<type>jar</type> <type>jar</type>
</dependency> </dependency>
<!-- <dependency>--> <!-- <dependency>-->
......
...@@ -78,7 +78,7 @@ public class AuthController { ...@@ -78,7 +78,7 @@ public class AuthController {
OAuthService service = (OAuthService)request.getSession().getAttribute("oauthv20service"); OAuthService service = (OAuthService)request.getSession().getAttribute("oauthv20service");
if(service==null){ if(service==null){
String callback="http://gdxm.upyuns.com/oauth20callback"; String callback="https://gdxm.upyuns.com/oauth20callback";
service = new ServiceBuilder() service = new ServiceBuilder()
.provider(MaxkeyApi20.class) .provider(MaxkeyApi20.class)
.apiKey("b32834accb544ea7a9a09dcae4a36403") .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