Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
f14f840e13 |
|
@ -77,6 +77,7 @@ public class UserVideoController {
|
|||
@GetMapping("/findUserInfoCollectionList")
|
||||
public HealthR<List<UserInfoCollectionVo>> findUserInfoCollectionList(){
|
||||
List<UserInfoCollectionVo> userInfoCollections = userVideoService.findUserInfoCollectionList();
|
||||
|
||||
return HealthR.ok(userInfoCollections);
|
||||
}
|
||||
//用户被采纳意见列表
|
||||
|
|
Loading…
Reference in New Issue