Commit 52d7e580 by YKai

feat:删除无用代码

parent 027b183d
......@@ -120,8 +120,6 @@ class LoginPresenterImpl(view: ILoginContract.View) : BasePresenter<ILoginContra
.subscribe({
if (it?.data == null) {
mView.aliAuthFailed()
} else {
mView.getAuthToken(it.data.vendorConfigDTOs)
}
}, {
mView.aliAuthFailed()
......
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 to comment