File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
HyPlayer.NeteaseApi/ApiContracts/Artist Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,15 @@ public class ArtistDetailDto
5454 [ JsonPropertyName ( "name" ) ] public string ? Name { get ; set ; }
5555 [ JsonPropertyName ( "alias" ) ] public string [ ] ? Alias { get ; set ; }
5656 [ JsonPropertyName ( "followed" ) ] public bool Followed { get ; set ; }
57- [ JsonPropertyName ( "cover " ) ] public string ? PicUrl { get ; set ; }
58- [ JsonPropertyName ( "avatar " ) ] public string ? Img1v1Url { get ; set ; }
57+ [ JsonPropertyName ( "picUrl " ) ] public string ? PicUrl { get ; set ; }
58+ [ JsonPropertyName ( "img1v1Url " ) ] public string ? Img1v1Url { get ; set ; }
5959 [ JsonPropertyName ( "briefDesc" ) ] public string ? BriefDesc { get ; set ; }
6060 [ JsonPropertyName ( "trans" ) ] public string ? Translation { get ; set ; }
6161 [ JsonPropertyName ( "musicSize" ) ] public int MusicSize { get ; set ; }
6262 [ JsonPropertyName ( "albumSize" ) ] public int AlbumSize { get ; set ; }
6363 [ JsonPropertyName ( "mvSize" ) ] public int MvSize { get ; set ; }
6464 [ JsonPropertyName ( "transNames" ) ] public string [ ] ? TransNames { get ; set ; }
65+ [ JsonPropertyName ( "accountId" ) ] public string ? AccountId { get ; set ; }
6566 }
6667 }
6768
You can’t perform that action at this time.
0 commit comments