From 50b3600c108bd3950be18deb8a139a6c5a658290 Mon Sep 17 00:00:00 2001 From: CortexCore <2630229280@qq.com> Date: Sat, 13 Jul 2024 11:21:18 +0800 Subject: [PATCH] Update WeChatUserInfo.cs --- Models/WeChatUserInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/WeChatUserInfo.cs b/Models/WeChatUserInfo.cs index cd2cbbe..479a0b7 100644 --- a/Models/WeChatUserInfo.cs +++ b/Models/WeChatUserInfo.cs @@ -2,7 +2,7 @@ using Newtonsoft.Json; namespace WeChatSharp; [Serializable] -public struct WeChatUserInfo +public record WeChatUserInfo { [JsonProperty(propertyName: "subscribe")] public int Subscribe { get; internal set; }