Authored by zhaoyue

MOD verify 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 "MOD admin pass" 5 +git commit -m "MOD verify 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
@@ -90,7 +90,7 @@ public interface Constants { @@ -90,7 +90,7 @@ public interface Constants {
90 90
91 public static final double SMALL_DOUBLE = 0.001; 91 public static final double SMALL_DOUBLE = 0.001;
92 92
93 - public static final String WEB_LOGIN_URL = "http://testingurl/?url="; 93 + public static final String WEB_LOGIN_URL = "http://s.yanyunfeng.com/xikailu/new/account/auth?method=qr.login&url=";
94 public static final String LOCAL_QRVERIFY_URL = "https://www.hanhezy.com:8090/qrcode/getUsrInfoWithQr?encryptQr="; 94 public static final String LOCAL_QRVERIFY_URL = "https://www.hanhezy.com:8090/qrcode/getUsrInfoWithQr?encryptQr=";
95 95
96 } 96 }