zhanghua
2025-06-23 00beb9134f167d3692c26fa8362907b07ed89d19
framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java
@@ -237,4 +237,20 @@
     * @return
     */
    Result getGoodsDetail(String videoId);
    /**
     * 用户下架视频
     *
     * @param id
     * @return
     */
    Result buyerDownVideo(String id);
    /**
     * 修改视频
     *
     * @param form
     * @return
     */
    Result updatePublish(WxVideoForm form);
}