1、个人信息完善

2、集成聊天功能
3、完成登录
This commit is contained in:
2025-05-29 08:59:34 +08:00
parent 314c484cea
commit 56119bb7bc
255 changed files with 13213 additions and 245 deletions

View File

@@ -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) {