|
|
@@ -305,6 +305,9 @@ public class SpeakerServiceImpl implements ISpeakerService {
|
|
|
playBatchVo.getParams().setLevel(level);
|
|
|
}
|
|
|
List<String> snsList = new ArrayList<>();
|
|
|
+ for (PlayVo playVo : playVoList) {
|
|
|
+ snsList.add(playVo.getSn());
|
|
|
+ }
|
|
|
playBatchVo.setSn(snsList.toArray(new String[snsList.size()]));
|
|
|
playBatchVo.setType("req");
|
|
|
return playBatchVo;
|