VideoElseControllerAPI.java 268 B

123456789
  1. package com.video.api;
  2. import io.swagger.annotations.Api;
  3. import org.springframework.web.bind.annotation.RequestMapping;
  4. @RequestMapping("/api/videoElse")
  5. @Api(tags = {"VideoElseController"}, value = "文件下载接口")
  6. public interface VideoElseControllerAPI {
  7. }