跳转没有数据的接口

develop
old易 2023-11-27 18:03:25 +08:00
parent f502b9ae60
commit e94030c99e
2 changed files with 10 additions and 3 deletions

View File

@ -15,7 +15,6 @@ namespace New_College.Model.Models
/// </summary>
public int UId { get; set; }
/// <summary>
///
/// </summary>
@ -42,7 +41,15 @@ namespace New_College.Model.Models
/// </summary>
public string CityName { get; set; }
/// <summary>
///
/// </summary>
public string Logo { get; set; }
/// <summary>
///
/// </summary>
public string Web { get; set; }
/// <summary>
/// 排名

View File

@ -63,8 +63,8 @@ namespace New_College.Repository
_985 = c._985,
_211 = c._211,
_SYL = c._SYL,
Logo = "https://img1.youzy.cn/content/media/thumbs/p00189371.jpeg",
Web = "https://www.pku.edu.cn/",
Logo = c.Logo,
Web = c.Web,
UniversityType = c.SchoolType,
SubjectLevel = c.EducationCategory,
Rank = string.IsNullOrEmpty(c.Rank) ? "9999" : c.Rank