Update WeChatUserInfo.cs

This commit is contained in:
CortexCore 2024-07-13 11:21:18 +08:00
parent 170f05af0c
commit 50b3600c10
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ using Newtonsoft.Json;
namespace WeChatSharp; namespace WeChatSharp;
[Serializable] [Serializable]
public struct WeChatUserInfo public record WeChatUserInfo
{ {
[JsonProperty(propertyName: "subscribe")] [JsonProperty(propertyName: "subscribe")]
public int Subscribe { get; internal set; } public int Subscribe { get; internal set; }