|
@@ -641,7 +641,7 @@ public class KuaiShouGroupTemplateServiceImpl extends ServiceImpl<KuaiShouGroupT
|
|
|
}
|
|
|
}
|
|
|
json.put("creative_name", template.getCreativeName() + "_" + i);
|
|
|
- json.put("photo_id", template.getPhotoId());
|
|
|
+ json.put("photo_id",photoId);
|
|
|
json.put("creative_material_type", materialType);
|
|
|
json.put("action_bar_text", template.getActionBarText());
|
|
|
json.put("description", template.getDescription());
|