Merge remote-tracking branch 'origin/develop' into yinyou_dating

This commit is contained in:
huangjian
2021-03-01 18:44:32 +08:00
3 changed files with 15 additions and 8 deletions

View File

@@ -366,6 +366,7 @@ public class PaymentActivity extends Activity
}
}
})
.compose(RxHelper.handleSchedulers())
.subscribe((stringStringMap, throwable) -> {
if (throwable == null) {
AliPayResult aliPayResult = new AliPayResult(stringStringMap);

View File

@@ -55,8 +55,7 @@ public class AliPayModel extends BaseModel implements IAliPayModel {
chargeProdId,
Constants.CHARGE_ALIPAY,
NetworkUtils.getIPAddress(context),
AuthModel.get().getTicket())
.compose(RxHelper.handleSchedulers());
AuthModel.get().getTicket());
}