Authored by zhaoyue

Mod to https

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