|
@@ -11,12 +11,7 @@ import retrofit2.http.POST;
|
|
import retrofit2.http.Query;
|
|
import retrofit2.http.Query;
|
|
import retrofit2.http.QueryMap;
|
|
import retrofit2.http.QueryMap;
|
|
|
|
|
|
-/**
|
|
|
|
- * Created by WuXiaolong on 2016/3/24.
|
|
|
|
- * github:https://github.com/WuXiaolong/
|
|
|
|
- * 微信公众号:吴小龙同学
|
|
|
|
- * 个人博客:http://wuxiaolong.me/
|
|
|
|
- */
|
|
|
|
|
|
+
|
|
public interface ApiStores {
|
|
public interface ApiStores {
|
|
//baseUrl
|
|
//baseUrl
|
|
String API_SERVER_URL = "http://app.sunzee.com.cn/";
|
|
String API_SERVER_URL = "http://app.sunzee.com.cn/";
|