Beispiel #1
0
 //[Authorize] // TODO 有关用户的信息需要权限认证
 public Result GetUserCollectList(int uid, int page, int size = 10)
 {
     return(CommonResult(() => _userCollectBusiness.GetUserCollectList(uid, page, size), (r) => Console.WriteLine(r.ToJSON())));
 }