1:修改换麦逻辑
2:添加闪屏不在直接关闭
This commit is contained in:
@@ -292,6 +292,20 @@ public class RetrofitClient {
|
||||
});
|
||||
}
|
||||
|
||||
public void userRoomBack(String room_id,String type){//用户退出前后台保留数据操作 type:1:切后台 2:切前台
|
||||
sApiServer.userRoomBack(room_id,type).enqueue(new Callback<ResponseBody>() {
|
||||
@Override
|
||||
public void onResponse(Call<ResponseBody> call, Response<ResponseBody> response) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onFailure(Call<ResponseBody> call, Throwable t) {
|
||||
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
public void mobileView2(String new_mobile, String sms_code, BaseObserver<String> observer) {
|
||||
sApiServer.mobileView2(new_mobile, sms_code).enqueue(new Callback<BaseModel<String>>() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user