supeng 1 week ago
parent
commit
a321ce85a7

+ 2 - 0
supply-demand-engine-core/src/main/java/com/tzld/piaoquan/sde/integration/ContentDeconstructionClient.java

@@ -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);
         //提交任务