Constants.java 229 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 package com.xkl; /** * Created by win7 on 2016/12/25. */ public interface Constants { // String URL_PREFIX = "http://127.0.0.1:8090"; String URL_PREFIX = "https://www.hanhezy.com:8090"; // String KEY = "weixin"; }