|
|
@@ -23,6 +23,7 @@ import org.springframework.stereotype.Service;
|
|
|
|
|
|
import javax.management.Query;
|
|
|
import java.io.IOException;
|
|
|
+import java.util.ArrayList;
|
|
|
import java.util.Objects;
|
|
|
import java.util.concurrent.TimeUnit;
|
|
|
|
|
|
@@ -83,6 +84,7 @@ public class ContentDeconstructionClient {
|
|
|
if (Objects.nonNull(wxVideoV2VO.getUser())) {
|
|
|
content.setChannel_account_name(wxVideoV2VO.getUser().getNickName());
|
|
|
}
|
|
|
+ content.setImages(new ArrayList<>());
|
|
|
}
|
|
|
param.setContent(content);
|
|
|
//提交任务
|