Constants.java 225 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 = "http://139.129.166.85:8090"; String KEY = "weixin"; }