Skip to content

Commit

Permalink
蜜蜂小蜜测试环境
Browse files Browse the repository at this point in the history
  • Loading branch information
dingliufan committed Apr 23, 2020
1 parent 3e0034c commit 010fd34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public UserTokenJson getUserTokenJson() {
private boolean isShowBack;

private TextMessage rongMsg;

public boolean isShowBack() {
return isShowBack;
}
Expand Down Expand Up @@ -175,7 +174,6 @@ public void setLogOut(boolean isLogOut) {

}
}

@Override
public void onCreate() {
super.onCreate();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.mebooth.mylibrary.main.utils;

import com.mebooth.mylibrary.main.AppApplication;
import com.mebooth.mylibrary.main.home.bean.CityListJson;
import com.mebooth.mylibrary.main.home.bean.CommentOnJson;
import com.mebooth.mylibrary.main.home.bean.CustomizeJson;
Expand Down Expand Up @@ -38,13 +39,15 @@

public interface YService {
//测试
// String BASE_URL = "http://test-tataclub.baojiawangluo.com/";
String BASE_URL = "http://test-tataclub.baojiawangluo.com/";
// public static String BASE_URL = "";
//外网s
// String BASE_URL = "http://test.tatabike.com/";
String BASE_URL = "http://tataclub.baojiawangluo.com/";
// String BASE_URL = "http://tataclub.baojiawangluo.com/";
// String BASE_URL_H5 = "http://www.tata.club/";
// String BASE_URL_H5 = "https://tatah5.baojiawangluo.com/";


//推荐列表
@FormUrlEncoded
@POST(BASE_URL + "topic/getFeeds")
Expand Down

0 comments on commit 010fd34

Please sign in to comment.