| | |
| | | }
|
| | |
|
| | | JSONObject params = new JSONObject();
|
| | | params.put("url", "http://apph5.yeshitv.com/AppPage/1.8.0/all_help_content.html?id=204");
|
| | | params.put("url", configService.get("search_discovery_h5_link"));
|
| | |
|
| | | JSONObject root = new JSONObject();
|
| | | root.put("picture", "http://img.flqapp.com/resource/home_search_found.png");
|
| | | root.put("params", params);
|
| | | root.put("jumpDetail", jumpDetailV2Service.getByTypeCache("integralExchange",
|
| | | root.put("jumpDetail", jumpDetailV2Service.getByTypeCache("web",
|
| | | Constant.getPlatformCode(acceptData.getPlatform()), Integer.parseInt(acceptData.getVersion())));
|
| | |
|
| | | root.put("jumpResult", jumpDetailV2Service.getByTypeCache("web",
|
| | | root.put("jumpResult", jumpDetailV2Service.getByTypeCache("search_goods_result",
|
| | | Constant.getPlatformCode(acceptData.getPlatform()), Integer.parseInt(acceptData.getVersion())));
|
| | | root.put("keyList", array);
|
| | | return root;
|