|
@@ -14,4 +14,6 @@ public interface KuaishouPromoterMapper {
|
|
|
List<JSONObject> getPromoterShortVideosCommerceInfo(@Param("promoterId") Long promoterId, @Param("startInt") Integer startInt, @Param("endInt") Integer endInt);
|
|
|
|
|
|
List<JSONObject> getPromoterLiveCommerceInfo(@Param("promoterId") Long promoterId, @Param("startInt") Integer startInt, @Param("endInt") Integer endInt);
|
|
|
+
|
|
|
+ JSONObject getPromoterVideoInfo(Long promoterId);
|
|
|
}
|