Authored by zhaoyue

Mod online url

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