Commit 37e797b0 authored by mengcuiguang's avatar mengcuiguang

接口优化

parent 2ce2dda5
......@@ -100,14 +100,7 @@ class MainPresenter : BasePresenter<MainView>() {
override fun onNext(baseResponse: BaseResponse<RiskBean>) {
when (baseResponse.status) {
200 -> {
// 命中风控
if(baseResponse.data.isRiskUser){
AntiAuditManager.instance.setBlack(true)
TrackManager.getInstance().riskCmtInfo()
}
view.userLoginSuc()
}
}
}
......
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