|
@@ -132,6 +132,7 @@ public class MatchVideoServiceImpl implements MatchVideoService {
|
|
|
res.put("status", "fail");
|
|
|
res.put("code", 1);
|
|
|
res.put("info", "params check error");
|
|
|
+ return res;
|
|
|
}
|
|
|
String ghId = chooseMinigramParam.getGhId();
|
|
|
if (ghId != null && EXPERIMENT_27_GH_ID_SET.contains(ghId)) {
|