Commit 5b74c89d by han xu

认证上传添加服务类型参数

parent b4bce684
...@@ -165,7 +165,7 @@ public class UploadSelfLicenceActivity extends BaseActivity<SImplePresenter, Act ...@@ -165,7 +165,7 @@ public class UploadSelfLicenceActivity extends BaseActivity<SImplePresenter, Act
//上传认证资料 //上传认证资料
private void upload() { private void upload() {
UploadSelfLicenceData data = new UploadSelfLicenceData(mUserId,mUserInfo.getAccountName(),mUserInfo.getMobile(), content, imgUrl); UploadSelfLicenceData data = new UploadSelfLicenceData(mUserId,mUserInfo.getAccountName(),mUserInfo.getMobile(), content, imgUrl, selectedTypeDatas);
Api.getService(UserService2.class).uploadSelfLicence(data).compose(Api.applySchedulers()) Api.getService(UserService2.class).uploadSelfLicence(data).compose(Api.applySchedulers())
.subscribe(mPresenter.baseObserver(success -> { .subscribe(mPresenter.baseObserver(success -> {
if (success) { if (success) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment