|
|
@@ -55,5 +55,12 @@ public class HomeController extends BaseController { |
|
|
|
public ResultData delRedisKey(@RequestBody Collection<Object> keys) { |
|
|
|
return new ResultData(redisService.delRedisKey(keys)); |
|
|
|
} |
|
|
|
|
|
|
|
@AuthIgnore |
|
|
|
@ApiOperation("获取后端版本号") |
|
|
|
@GetMapping("/videoUrl") |
|
|
|
public ResultData videoUrl() { |
|
|
|
return new ResultData("https://video.metavatar.cc/sv/3c80cc28-18c5816bd05/3c80cc28-18c5816bd05.mp4"); |
|
|
|
} |
|
|
|
|
|
|
|
} |