Commit 0c7792d5 authored by sj's avatar sj

vip付费

parent 331223d6
......@@ -6,6 +6,8 @@ import java.util.List;
public class VipBean implements Serializable {
private List<ListBean> list;
private List<ListBean> vipList;
private List<ListBean> beansList;
private boolean needClick;// 是否勾选协议 true-勾选
......@@ -14,7 +16,14 @@ public class VipBean implements Serializable {
}
public List<ListBean> getList() {
return list;
return vipList;
}
public List<ListBean> getVipList() {
return vipList;
}
public List<ListBean> getBeansList() {
return beansList;
}
public class ListBean implements Serializable {
......
......@@ -93,7 +93,7 @@ public interface LoanService {
/**
* 查询vip产品
*/
@POST("api/vip/getVipProducts/appv2")
@POST("roseApi/vip/getVipProducts/rose")
Observable<BaseResponse<VipBean>> getVipProducts(@Body Map<String, Object> vo);
/**
......
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