Update WeChatUserInfo.cs
This commit is contained in:
parent
170f05af0c
commit
50b3600c10
|
@ -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; }
|
||||||
|
|
Loading…
Reference in New Issue