Authored by zhaoyue

Mod online url

@@ -2,7 +2,7 @@ git pull @@ -2,7 +2,7 @@ git pull
2 git add --all src/main/java/* 2 git add --all src/main/java/*
3 git add push.sh 3 git add push.sh
4 git add pom.xml 4 git add pom.xml
5 -git commit -m "Add online config" 5 +git commit -m "Mod online url"
6 #git push origin master 6 #git push origin master
7 git push origin zhaoyue-dev4 7 git push origin zhaoyue-dev4
8 git status 8 git status
@@ -97,7 +97,7 @@ public interface Constants { @@ -97,7 +97,7 @@ public interface Constants {
97 97
98 public static final double SMALL_DOUBLE = 0.001; 98 public static final double SMALL_DOUBLE = 0.001;
99 99
100 - public static final String WEB_LOGIN_URL = "http://s.yanyunfeng.com/xikailu/new/account/auth?method=qr.login&url=";  
101 - public static final String LOCAL_QRVERIFY_URL = "https://www.hanhezy.com:8090/qrcode/getUsrInfoWithQr?encryptQr="; 100 + public static final String WEB_LOGIN_URL = "http://jk.xkljk.com/account/auth?method=qr.login&url=";
  101 + public static final String LOCAL_QRVERIFY_URL = "https://api.xkljk.com/qrcode/getUsrInfoWithQr?encryptQr=";
102 102
103 } 103 }