Constants.java 318 Bytes
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 URL_PREFIX = "https://www.hanhezy.com:8090/";

    String KEY = "weixin";
    String KEY_ID = "1";

}