@@ -33,4 +33,6 @@ public interface IKuaiShouGroupTemplateService extends IService<KuaiShouGroupTem
JSONObject getUrlByPhotoId(Long photoId);
void createCreative(String accessToken, Long unitId, KuaiShouGroupTemplate template);
+
+ JSONObject getUnionJson(Long templateId);
}
@@ -428,7 +428,8 @@ public class KuaiShouGroupTemplateServiceImpl extends ServiceImpl<KuaiShouGroupT
*
* @return
*/
- private JSONObject getUnionJson(Long templateId) {
+ @Override
+ public JSONObject getUnionJson(Long templateId) {
JSONObject returnJson = new JSONObject();
QueryWrapper<KuaishouTemplateTarget> targetQueryWrapper = new QueryWrapper<>();
targetQueryWrapper.eq("template_id", templateId);