修改接口,务必返回视频地址

This commit is contained in:
2025-03-19 17:55:35 +08:00
parent bcf8e8e88d
commit fd85b7ad77
2 changed files with 1 additions and 2 deletions

View File

@ -67,7 +67,6 @@ public class AppGoodsController {
@GetMapping("/sourceGoods/{sourceId}")
public ApiResponse<GoodsDetailVO> sourceGoodsInfo(@PathVariable("sourceId") Long sourceId) {
JwtInfo worker = JwtTokenUtil.getWorker();
return goodsService.sourceGoodsInfo(sourceId);
}