|
@@ -1,7 +1,7 @@
|
|
|
package cn.com.ctop.common.module.service;
|
|
|
|
|
|
import cn.com.ctop.common.module.entity.MaterialImageInfo;
|
|
|
-import com.alibaba.fastjson.JSONArray;
|
|
|
+import com.alibaba.fastjson.JSONObject;
|
|
|
import com.baomidou.mybatisplus.extension.service.IService;
|
|
|
|
|
|
/**
|
|
@@ -15,9 +15,6 @@ public interface IMaterialImageInfoService extends IService<MaterialImageInfo> {
|
|
|
|
|
|
/**
|
|
|
* 根据视频id 关联封面
|
|
|
- *
|
|
|
- * @param videoId
|
|
|
- * @param imageArr
|
|
|
*/
|
|
|
- void insertImage(String videoId, JSONArray imageArr);
|
|
|
+ void insertImage(JSONObject imageJson);
|
|
|
}
|