This commit is contained in:
CortexCore
2024-07-29 16:18:15 +08:00
parent d291923276
commit 0c67c4ce42
2 changed files with 10 additions and 5 deletions

View File

@@ -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;
}
/*
{