[BugFix]修复授权码页面报错

This commit is contained in:
wushaocheng
2022-12-01 16:44:04 +08:00
parent f5ead7c19d
commit 22f10fea8c
2 changed files with 2 additions and 16 deletions

View File

@@ -1038,7 +1038,7 @@ public class AuthModel extends BaseModel implements IAuthModel {
*/
public Single<String> boundAuthCode(String authCode) {
return api.boundAuthCode(authCode)
.compose(RxHelper.handleBeanData())
.compose(RxHelper.handleStringData())
.compose(RxHelper.handleSchedulers());
}