zxl
4 天以前 8063ee7eee51bfe25a09428e6efc60f828b270c6
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);
}