Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

修复关注用户/粉丝页面不能正常打开的问题 #1516

Merged
merged 1 commit into from
Oct 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Models/Models.BiliBili/User/RelatedUserResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class RelatedUser
/// 用户ID.
/// </summary>
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "mid", Required = Required.Default)]
public int Mid { get; set; }
public long Mid { get; set; }

/// <summary>
/// 关注方式,0-未关注,2-已关注,3-已互粉.
Expand Down