1:修改测试出来的bug,关于:身价、我的家族、歌手认证、挚友、房间心跳、
This commit is contained in:
@@ -3324,8 +3324,8 @@ public class RetrofitClient {
|
||||
});
|
||||
}
|
||||
|
||||
public void keepXintiao() {
|
||||
sApiServer.keepXintiao().enqueue(new Callback<ResponseBody>() {
|
||||
public void keepXintiao(String roomId) {
|
||||
sApiServer.keepXintiao(roomId).enqueue(new Callback<ResponseBody>() {
|
||||
@Override
|
||||
public void onResponse(Call<ResponseBody> call, Response<ResponseBody> response) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user