Showing
3 changed files
with
14 additions
and
2 deletions
| @@ -48,12 +48,24 @@ public class RoomOperationController { | @@ -48,12 +48,24 @@ public class RoomOperationController { | ||
| 48 | 48 | ||
| 49 | } | 49 | } |
| 50 | 50 | ||
| 51 | + /** | ||
| 52 | + * @Description: 添加标注 | ||
| 53 | + * @Author W5669 | ||
| 54 | + * @Create 2025/7/22 | ||
| 55 | + * @Version 1.0 | ||
| 56 | + */ | ||
| 51 | @PostMapping("/addMark") | 57 | @PostMapping("/addMark") |
| 52 | public ResultBean addMark (@RequestBody MarkParam markParam) { | 58 | public ResultBean addMark (@RequestBody MarkParam markParam) { |
| 53 | log.info("-->审片间标记,参数:{}",markParam); | 59 | log.info("-->审片间标记,参数:{}",markParam); |
| 54 | return roomOperationSerivice.addMark(markParam); | 60 | return roomOperationSerivice.addMark(markParam); |
| 55 | } | 61 | } |
| 56 | 62 | ||
| 63 | + /** | ||
| 64 | + * @Description: 获取审片间操作列表 | ||
| 65 | + * @Author W5669 | ||
| 66 | + * @Create 2025/7/22 | ||
| 67 | + * @Version 1.0 | ||
| 68 | + */ | ||
| 57 | @GetMapping("/operation/list") | 69 | @GetMapping("/operation/list") |
| 58 | public ResultBean operationList(@RequestParam(value = "roomId") Long roomId) { | 70 | public ResultBean operationList(@RequestParam(value = "roomId") Long roomId) { |
| 59 | return roomOperationSerivice.operationList(roomId); | 71 | return roomOperationSerivice.operationList(roomId); |
| @@ -67,7 +67,7 @@ transcode: | @@ -67,7 +67,7 @@ transcode: | ||
| 67 | getTaskDetail: http://192.168.1.237:9002/api/v1/getTaskDetail | 67 | getTaskDetail: http://192.168.1.237:9002/api/v1/getTaskDetail |
| 68 | 68 | ||
| 69 | file: | 69 | file: |
| 70 | - realPath: /home/wondertek/material_file_assets/ | 70 | + realPath: /home/wondertek/material_file_assets/dianpian |
| 71 | 71 | ||
| 72 | crp: | 72 | crp: |
| 73 | user: | 73 | user: |
| @@ -67,7 +67,7 @@ transcode: | @@ -67,7 +67,7 @@ transcode: | ||
| 67 | getTaskDetail: http://192.168.1.237:9002/api/v1/getTaskDetail | 67 | getTaskDetail: http://192.168.1.237:9002/api/v1/getTaskDetail |
| 68 | 68 | ||
| 69 | file: | 69 | file: |
| 70 | - realPath: /home/wondertek/material_file_assets/ | 70 | + realPath: /home/wondertek/material_file_assets/dianpian |
| 71 | 71 | ||
| 72 | crp: | 72 | crp: |
| 73 | user: | 73 | user: |
-
Please register or login to post a comment