| | |
| | | stateInfo = "该订单申诉已通过,请稍后查看。"; |
| | | } else if (state == -5) { |
| | | stateInfo = "该订单为分享奖金订单"; |
| | | } else if (state == -1001) { |
| | | stateInfo = "该订单为违规订单"; |
| | | } else if (state == -1002) { |
| | | stateInfo = "该订单已发起维权"; |
| | | } |
| | | } |
| | | JSONObject data = new JSONObject(); |
| | |
| | | vipAction.put("jumpDetail", |
| | | jumpDetailV2Service.getByTypeCache("web", |
| | | acceptData.getPlatform().equalsIgnoreCase("android") ? 1 : 2, |
| | | Integer.parseInt(acceptData.getVersion()),acceptData.getSystem())); |
| | | Integer.parseInt(acceptData.getVersion()), acceptData.getSystem())); |
| | | JSONObject params = new JSONObject(); |
| | | params.put("url", userVipConfigService.getValueByKey("vip_manager_link")); |
| | | vipAction.put("params", params); |
| | |
| | | vipAction.put("jumpDetail", |
| | | jumpDetailV2Service.getByTypeCache("web", |
| | | acceptData.getPlatform().equalsIgnoreCase("android") ? 1 : 2, |
| | | Integer.parseInt(acceptData.getVersion()),acceptData.getSystem())); |
| | | Integer.parseInt(acceptData.getVersion()), acceptData.getSystem())); |
| | | JSONObject params = new JSONObject(); |
| | | params.put("url", link.replace("[ID]", list.get(0).getId())); |
| | | vipAction.put("params", params); |