You've already forked FrameTour-BE
task缓存
This commit is contained in:
@ -74,17 +74,6 @@ public class AppGoodsController {
|
||||
return goodsService.getAllTaskStatus(worker.getUserId());
|
||||
}
|
||||
|
||||
@GetMapping("/task/face/{faceId}")
|
||||
public ApiResponse<VideoTaskStatusVO> getTaskStatusByFaceId(@PathVariable("faceId") Long faceId) {
|
||||
JwtInfo worker = JwtTokenUtil.getWorker();
|
||||
return goodsService.getTaskStatusByFaceId(worker.getUserId(), faceId);
|
||||
}
|
||||
@GetMapping("/task/scenic/{scenicId}")
|
||||
public ApiResponse<VideoTaskStatusVO> getAllTaskStatusByScenicId(@PathVariable("scenicId") Long scenicId) {
|
||||
JwtInfo worker = JwtTokenUtil.getWorker();
|
||||
return goodsService.getTaskStatusByScenicId(worker.getUserId(), scenicId);
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询用户当前景区的具体模版视频合成任务状态
|
||||
*
|
||||
|
Reference in New Issue
Block a user