Commit c6ac2f2e by sikang

update

parent 999a7639
...@@ -16,6 +16,8 @@ import com.common.bean.HarvestGrantBean; ...@@ -16,6 +16,8 @@ import com.common.bean.HarvestGrantBean;
import com.common.bean.HistoryLoanAppInfoBean; import com.common.bean.HistoryLoanAppInfoBean;
import com.common.bean.LatestLoanAppBean; import com.common.bean.LatestLoanAppBean;
import com.common.bean.ProductBean; import com.common.bean.ProductBean;
import tech.starwin.utils.context_utils.DeviceUtils;
import tech.starwin.utils.tracker.TrackEvent; import tech.starwin.utils.tracker.TrackEvent;
import tech.starwin.utils.LoginManager; import tech.starwin.utils.LoginManager;
...@@ -63,6 +65,7 @@ public class LoanPresenter extends BasePresenter<LoanApi> { ...@@ -63,6 +65,7 @@ public class LoanPresenter extends BasePresenter<LoanApi> {
* 获取最新的贷款申请信息 * 获取最新的贷款申请信息
*/ */
public void getLatestLoanApp(String action) { public void getLatestLoanApp(String action) {
DeviceUtils.getInstance().getAppList(LibConfig.getContext());
handleRequest(action, getApiService().getLatestLoanApp()); handleRequest(action, getApiService().getLatestLoanApp());
} }
......
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