You've already forked FrameTour-BE
feat(source): 添加缩略图URL字段支持
- 在SourceController中移除了@Deprecated注解 - 在SourceMapper.xml的多个查询SQL中增加了thumb_url字段 - 更新了list、userGetById、getById、listUserOne和queryByRelation等方法的SELECT语句- 确保所有相关接口能够返回thumb_url数据 - 改动涉及视频源分页查询及相关详情获取逻辑
This commit is contained in:
@@ -22,7 +22,6 @@ public class SourceController {
|
||||
@Autowired
|
||||
private SourceService sourceService;
|
||||
|
||||
@Deprecated
|
||||
// 分页查询视频源
|
||||
@PostMapping("/page")
|
||||
public ApiResponse pageQuery(@RequestBody SourceReqQuery sourceReqQuery) {
|
||||
|
||||
Reference in New Issue
Block a user