Authored by zhaoyue

Mod to https

git add --all src/*
git add push.sh
git add pom.xml
git commit -m "Add docs for uspih"
git commit -m "Mod to https"
git push origin master
git status
git pull
... ...
... ... @@ -5,8 +5,8 @@ package com.xkl;
*/
public interface Constants {
// String URL_PREFIX = "http://127.0.0.1:8090";
String URL_PREFIX = "http://139.129.166.85:8090";
//
// String URL_PREFIX = "http://127.0.0.1:8090";
// String URL_PREFIX = "http://139.129.166.85:8090";
String URL_PREFIX = "https://www.hanhezy.com:8090/";
String KEY = "weixin";
}
... ...