1
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
using System;
|
||||
using BITKit.Entities;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace WeChatSharp
|
||||
{
|
||||
|
||||
[Serializable]
|
||||
public record WeChatUserInfo
|
||||
public record WeChatUserInfo:IdComponent_String
|
||||
{
|
||||
[JsonProperty(propertyName: "subscribe")]
|
||||
public int Subscribe;
|
||||
@@ -50,6 +51,8 @@ namespace WeChatSharp
|
||||
|
||||
[JsonProperty(propertyName: "qr_scene_str")]
|
||||
public string QrSceneStr;
|
||||
|
||||
public string Id => OpenId;
|
||||
}
|
||||
/*
|
||||
{
|
||||
|
Reference in New Issue
Block a user