|
|
@@ -460,10 +460,10 @@ public class PhotoSpeakVideoController extends BaseController { |
|
|
|
return new ResultData(); |
|
|
|
} |
|
|
|
|
|
|
|
// @ApiOperation("获取视频是否生成成功") |
|
|
|
// @GetMapping("/checkVideoStatus") |
|
|
|
// @ApiImplicitParam(name = "id", value = "id", dataType = "Long", paramType = "query", required = true) |
|
|
|
// public ResultData checkVideoStatus(@RequestParam("list") List<Long> list) { |
|
|
|
// return photoSpeakVideoService.checkVideoStatus(getMemberId(),list); |
|
|
|
// } |
|
|
|
@ApiOperation("获取视频是否生成成功") |
|
|
|
@GetMapping("/checkVideoStatus") |
|
|
|
@ApiImplicitParam(name = "id", value = "id", dataType = "Long", paramType = "query", required = true) |
|
|
|
public ResultData checkVideoStatus(@RequestParam("list") List<Long> list) { |
|
|
|
return photoSpeakVideoService.checkVideoStatus(getMemberId(),list); |
|
|
|
} |
|
|
|
} |