Update WeChatUserInfo.cs
This commit is contained in:
@@ -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; }
|
||||||
|
Reference in New Issue
Block a user