1、个人信息完善
2、集成聊天功能 3、完成登录
This commit is contained in:
@@ -33,26 +33,6 @@ public class ImproveInfoPresenter extends BasePresenter<ImproveInfoContacts.View
|
||||
}
|
||||
});
|
||||
}
|
||||
@Override
|
||||
public void fill(String user_no, String nickname, String sex) {
|
||||
MvpRef.get().showLoadings();
|
||||
// ApiClient.getInstance().userFill(user_no, nickname, sex, new BaseObserver<UserFillResp>() {
|
||||
// @Override
|
||||
// public void onSubscribe(Disposable d) {
|
||||
// addDisposable(d);
|
||||
// }
|
||||
//
|
||||
// @Override
|
||||
// public void onNext(UserFillResp s) {
|
||||
MvpRef.get().success(null);
|
||||
// }
|
||||
//
|
||||
// @Override
|
||||
// public void onComplete() {
|
||||
// MvpRef.get().disLoadings();
|
||||
// }
|
||||
// });
|
||||
}
|
||||
|
||||
@Override
|
||||
public void uploadFile(File file, int type) {
|
||||
|
||||
Reference in New Issue
Block a user