package studio.uphie.one.common;
/**
* Created by Uphie on 2015/9/5.
* Email: uphie7@gmail.com
*/
public class Api {
/**
* 首页
*/
public static final String URL_HOME = "http://rest.wufazhuce.com/OneForWeb/one/getHp_N";
/**
* 文章
*/
public static final String URL_ARTICLE = "http://rest.wufazhuce.com/OneForWeb/one/getC_N";
/**
* 问题
*/
public static final String URL_QUESTION = "http://rest.wufazhuce.com/OneForWeb/one/getQ_N";
/**
* 东西
*/
public static final String URL_THING = "http://rest.wufazhuce.com/OneForWeb/one/o_f";
/**
* 喜欢/取消喜欢
*/
public static final String URL_LIKE_OR_CANCLELIKE = "http://bea.wufazhuce.com/OneForWeb/onest/praiseAppItemSomeId";
}