跳转没有数据的接口
parent
f502b9ae60
commit
e94030c99e
|
|
@ -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>
|
||||
/// 排名
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue