| | |
| | | }
|
| | |
|
| | | if (VersionUtil.greaterThan_2_1(acceptData.getPlatform(), acceptData.getVersion())) {
|
| | | // TODO 验证是否是导师
|
| | | UserVIPPreInfo info = userVIPPreInfoService.getLatestProcessInfo(uid);
|
| | |
|
| | | JSONObject inner = new JSONObject();
|
| | | inner.put("link", userVipConfigService.getValueByKey("vip_link"));
|
| | | inner.put("ion", "http://img.flqapp.com/resource/vip/icon_vip.png");
|
| | |
| | | inner.put("btnName", "升级会员");
|
| | |
|
| | | if (uid != null) {
|
| | | if (info!=null&&info.getProcess()==UserVIPPreInfo.PROCESS_3) {
|
| | | if (info != null && info.getProcess() >= UserVIPPreInfo.PROCESS_3) {
|
| | | inner.put("link", userVipConfigService.getValueByKey("vip_link"));
|
| | | inner.put("ion", "http://img.flqapp.com/resource/vip/icon_tearcher.png");
|
| | | inner.put("title", "拿五险与津贴 享导师权益");
|
| | | if (info.getProcess() == UserVIPPreInfo.PROCESS_4)
|
| | | inner.put("btnName", "板栗快省");
|
| | | else
|
| | | inner.put("btnName", "升级导师");
|
| | | } else {
|
| | | UserVIPPreInfo userVIPPreInfo = userVIPPreInfoService.getLatestProcessInfo(uid);
|