Commit 0de0ed4c authored by 周健威's avatar 周健威

添加数据中心验证代码

parent 82918d52
......@@ -115,11 +115,11 @@ public class AuthController {
String apiKey;
String apiSecret;
if (RequestTypeConstants.APP.equals(requestType)) {
callback="https://gdxm.upyuns.com/oauth20callback";
callback="https://gdxm.upyuns.com/#/oauth20callback";
apiKey="1024011282958778368";
apiSecret="JF17MjIwODIwMjQxNDU2MjA2OTkOJS";
} else {
callback="https://gdxm.upyuns.com/mgmt/oauth20callback";
callback="https://gdxm.upyuns.com/mgmt/#/oauth20callback";
apiKey="1024312362988994560";
apiSecret="PeVRMjMwODIwMjQxMDUyNDM3NzIwLg";
}
......
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