|
|
@ -55,6 +55,7 @@ public class ParamStrategy { |
|
|
|
if(videoR.isSuccess()) { |
|
|
|
if(videoR.isSuccess()) { |
|
|
|
StationVideoTypeEntity video = videoR.getData(); |
|
|
|
StationVideoTypeEntity video = videoR.getData(); |
|
|
|
extraVO.setType(FunctionConstants.TypeEnum.PARAMS.getType()); |
|
|
|
extraVO.setType(FunctionConstants.TypeEnum.PARAMS.getType()); |
|
|
|
|
|
|
|
extraVO.setImmediatelyJump(true); |
|
|
|
extraVO.setFuncCode(FuncRouteEnum.OPEN_VIDEO.getFuncCode()); |
|
|
|
extraVO.setFuncCode(FuncRouteEnum.OPEN_VIDEO.getFuncCode()); |
|
|
|
Map<String,Object> params = new HashMap<>(); |
|
|
|
Map<String,Object> params = new HashMap<>(); |
|
|
|
params.put("name", video.getName()); |
|
|
|
params.put("name", video.getName()); |
|
|
|