peng
2025-06-19 48a40ea665ed42713e472d429cf7e311c52d86a5
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);
}