Merge branch 'zhaoyue-dev4' into 'master'
MOD verify url See merge request !40
Showing
2 changed files
with
2 additions
and
2 deletions
@@ -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 | } |
-
Please register or login to post a comment