设置标签
This commit is contained in:
@@ -8,6 +8,7 @@ import com.shayu.onetoone.bean.GreetBean;
|
||||
import com.shayu.onetoone.bean.HomeItemBean;
|
||||
import com.shayu.onetoone.bean.HomeRankBean;
|
||||
import com.shayu.onetoone.bean.JoinAnchorBean;
|
||||
import com.shayu.onetoone.bean.LabelBean;
|
||||
import com.shayu.onetoone.bean.MessageConsumeConfigBean;
|
||||
import com.shayu.onetoone.bean.OfficialNoticeBean;
|
||||
import com.shayu.onetoone.bean.PurseBean;
|
||||
@@ -175,7 +176,6 @@ public interface OneToOneApi {
|
||||
Observable<ResponseModel<List<HomeItemBean>>> getSearchRecommend();
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 设置基本信息
|
||||
*/
|
||||
@@ -188,7 +188,6 @@ public interface OneToOneApi {
|
||||
@Field("birthday") String birthday
|
||||
);
|
||||
|
||||
|
||||
/**
|
||||
* 获取系统默认头像列表
|
||||
*/
|
||||
@@ -200,7 +199,17 @@ public interface OneToOneApi {
|
||||
* 获取系统标签
|
||||
*/
|
||||
@GET("/api/public/?service=Friendapplable.get")
|
||||
Observable<ResponseModel<List<HomeRankBean>>> getSysLabel(
|
||||
Observable<ResponseModel<List<LabelBean>>> getSysLabel(
|
||||
);
|
||||
|
||||
|
||||
/**
|
||||
* 设置基本信息
|
||||
*/
|
||||
@FormUrlEncoded
|
||||
@POST("/api/public/?service=Friendappinfos.setLabel")
|
||||
Observable<ResponseModel<List<BaseModel>>> setLabels(
|
||||
@Field("labels") String avatar
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user